Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fileman_smart.c 


Log Message:
indent

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman_smart.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_fileman_smart.c   11 Oct 2005 16:14:25 -0000      1.20
+++ e_fileman_smart.c   11 Oct 2005 16:17:13 -0000      1.21
@@ -1972,17 +1972,17 @@
    switch (ev->button)
      {
       case 1:
-       
-       if (!evas_key_modifier_is_set(evas_key_modifier_get(sd->evas), 
"Control"))
-         _e_fm_selections_clear(sd);
-             
-       sd->selection.band.enabled = 1;
-       evas_object_move(sd->selection.band.obj, ev->canvas.x, ev->canvas.y);
-       evas_object_resize(sd->selection.band.obj, 1, 1);
-       evas_object_show(sd->selection.band.obj);
-       sd->selection.band.x = ev->canvas.x;
-       sd->selection.band.y = ev->canvas.y;
-       break;
+
+        if (!evas_key_modifier_is_set(evas_key_modifier_get(sd->evas), 
"Control"))
+          _e_fm_selections_clear(sd);
+
+        sd->selection.band.enabled = 1;
+        evas_object_move(sd->selection.band.obj, ev->canvas.x, ev->canvas.y);
+        evas_object_resize(sd->selection.band.obj, 1, 1);
+        evas_object_show(sd->selection.band.obj);
+        sd->selection.band.x = ev->canvas.x;
+        sd->selection.band.y = ev->canvas.y;
+        break;
 
       case 3:
         if (!sd->win) break;




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to