Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fileman_smart.c 


Log Message:
todo++
remove selections when we right click on icon

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman_smart.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_fileman_smart.c   10 Oct 2005 22:42:42 -0000      1.17
+++ e_fileman_smart.c   11 Oct 2005 11:38:17 -0000      1.18
@@ -9,7 +9,8 @@
 
 /* TODO:
  * - when we drop something onto an efm from an efm we might not be releasing
- *   the mouse grab.
+ *   the mouse grab. (also onto the e17 desktop, or anything that doesnt
+ *   accept the drop
  * 
  * - checking wether events belong to us (ecore events)
  *
@@ -1953,8 +1954,6 @@
    ev = event_info;
    sd = data;
 
-   printf("mouse down!!\n");
-
    switch (ev->button)
      {
       case 1:
@@ -2165,6 +2164,9 @@
        E_Menu_Item *mi;
        int x, y, w, h;
 
+       _e_fm_selections_clear(file->sd);
+       _e_fm_selections_add(file);     
+       
        mn = e_menu_new();
 
        mi = e_menu_item_new(mn);




-------------------------------------------------------
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