Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_iconbox.c 


Log Message:
Remove some junk

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- ewl_iconbox.c       6 Nov 2005 01:01:42 -0000       1.65
+++ ewl_iconbox.c       7 Nov 2005 12:04:19 -0000       1.66
@@ -952,24 +952,6 @@
                
//ewl_menu_popup_move_cb(EWL_MENU(ib->ewl_iconbox_context_menu)->base.popup, 
NULL, ib->ewl_iconbox_context_menu);
                ewl_callback_call(EWL_WIDGET(ib->ewl_iconbox_context_menu), 
EWL_CALLBACK_SELECT);
        } else if (ev->button == 1 /* Confirm that this is not an icon event */ 
&& (ib->xdown != ev->x && ib->ydown != ev->y)) {
-               /*Make sure the context menu is invisible*/
-               
-               //Hide the context menu
-               
//ewl_widget_hide(EWL_MENU_ITEM(ib->ewl_iconbox_context_menu_item)->inmenu);
-               
//ewl_floater_follow_set(EWL_FLOATER(ib->ewl_iconbox_menu_floater), NULL);
-
-               /*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
-               //if (EWL_MENU_ITEM(ib->icon_menu_item)->inmenu) 
ewl_widget_hide(EWL_MENU_ITEM(ib->icon_menu_item)->inmenu);
-               //ewl_floater_follow_set(EWL_FLOATER(ib->icon_menu_floater), 
NULL);
-               ewl_widget_hide(ib->icon_menu);
-               //ewl_widget_hide(ib->icon_menu_floater);
-               
                ewl_object_custom_size_set(EWL_OBJECT(ib->select), 1, 1);
                
                /* Put the floater at the position we started at */
@@ -1021,7 +1003,7 @@
        } else {
                /*Select/drag start*/
 
-               ewl_widget_hide(ib->icon_box_parent->icon_menu);
+               /*ewl_widget_hide(ib->icon_box_parent->icon_menu);*/
                //ewl_widget_hide(ib->icon_box_parent->icon_menu_floater);
 
 




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to