double clicking efm icons with single click activation enabled no longer opens directories twice

ticket #1933


SVN revision: 80331
This commit is contained in:
Mike Blumenkrantz 2012-12-06 09:52:06 +00:00
parent bff3548185
commit 2b64147c16
1 changed files with 1 additions and 0 deletions

View File

@ -6889,6 +6889,7 @@ _e_fm2_cb_icon_mouse_down(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNU
{
/* if its a directory && open dirs in-place is set then change the dir
* to be the dir + file */
if (ic->sd->config->view.single_click) return;
if (_e_fm2_inplace_open(ic) == 0)
evas_object_smart_callback_call(ic->sd->obj, "selected", NULL);
/* if its in file selector mode then signal that a selection has