Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c 


Log Message:


fix right clikc when multiple files are selected not to desel other files

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -3 -r1.194 -r1.195
--- e_fm.c      11 Aug 2007 09:24:34 -0000      1.194
+++ e_fm.c      17 Aug 2007 02:59:34 -0000      1.195
@@ -5194,7 +5194,7 @@
      }
    else if (ev->button == 3)
      {
-       _e_fm2_mouse_1_handler(ic, 0, ev->modifiers);
+       if (!ic->selected) _e_fm2_mouse_1_handler(ic, 0, ev->modifiers);
        _e_fm2_icon_menu(ic, ic->sd->obj, ev->timestamp);
        e_util_evas_fake_mouse_up_later(evas_object_evas_get(ic->sd->obj),
                                        ev->button);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to