seelct on single select on mouse up.

SVN revision: 34400
This commit is contained in:
Carsten Haitzler 2008-04-29 08:57:02 +00:00
parent d558710860
commit 10363970e6
1 changed files with 1 additions and 1 deletions

View File

@ -5013,7 +5013,7 @@ _e_fm2_mouse_1_handler(E_Fm2_Icon *ic, int up, Evas_Modifier *modifiers)
(ic->sd->config->view.single_click)
)
{
if (!up)
if (up)
evas_object_smart_callback_call(ic->sd->obj, "selected", NULL);
}
}