Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_iconbox.c 


Log Message:
* Bring the view menu back
* Don't clear iconbox on iconbox_destroy

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- ewl_iconbox.c       25 Oct 2005 01:41:43 -0000      1.53
+++ ewl_iconbox.c       25 Oct 2005 01:45:29 -0000      1.54
@@ -783,7 +783,6 @@
 {
        Ewl_IconBox* ib = EWL_ICONBOX(w);
 
-       ewl_iconbox_clear(ib);
 }
 
 void ewl_iconbox_icon_destroy_cb(Ewl_Widget *w, void *ev_data __UNUSED__,
@@ -957,6 +956,8 @@
 
                ewl_widget_hide(ib->ewl_iconbox_menu_floater);
                ewl_widget_hide(ib->ewl_iconbox_context_menu);
+               ewl_widget_hide(ib->ewl_iconbox_view_menu);
+
 
 
                //Hide the icon menu




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to