[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. a8698069ec4eec9c2a189198fa5eec9854b168ac

raster raster at alioth.debian.org
Sun May 4 21:40:28 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit d1d2301577f56bb80caf871aac295db2564df54b
Author: raster <raster>
Date:   Tue Apr 29 08:57:02 2008 +0000

    seelct on single select on mouse up.

diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c
index 5159e59..052477f 100644
--- a/src/bin/e_fm.c
+++ b/src/bin/e_fm.c
@@ -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);
      }
 }

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list