Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_dnd.h ewl_iconbox.c 


Log Message:
* Yet another missing header
* Make iconbox select include last clicked/selected icon

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_dnd.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_dnd.h   22 Dec 2005 12:09:29 -0000      1.6
+++ ewl_dnd.h   22 Dec 2005 12:17:44 -0000      1.7
@@ -9,6 +9,6 @@
 int ewl_dnd_status_get();
 void ewl_dnd_drag_widget_clear();
 void ewl_dnd_disable();
-
+void ewl_dnd_enable();
 #endif
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -3 -r1.97 -r1.98
--- ewl_iconbox.c       22 Dec 2005 12:09:29 -0000      1.97
+++ ewl_iconbox.c       22 Dec 2005 12:17:44 -0000      1.98
@@ -465,7 +465,7 @@
        
        ecore_list_goto_first(ib->ewl_iconbox_icon_list);
        while((list_item = 
(Ewl_IconBox_Icon*)ecore_list_next(ib->ewl_iconbox_icon_list)) != NULL) {
-               if (ib->select_icon && list_item == ib->select_icon) add_last = 
0;
+               if (ib->select_icon && list_item == ib->select_icon && 
list_item->selected) add_last = 0;
                if (list_item->selected) ecore_list_append(selected, list_item);
        }
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to