Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_menus.c 


Log Message:
Text.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- e_int_menus.c       9 Feb 2005 11:36:43 -0000       1.36
+++ e_int_menus.c       15 Feb 2005 11:50:12 -0000      1.37
@@ -459,9 +459,7 @@
        mi = e_menu_item_new(m);
        e_menu_item_check_set(mi, 1);
        e_menu_item_label_set(mi, bd->client.icccm.title);
-       /* ref the border as we implicitly ref it in the callback */
-       /* SUSPICION: does the unref for this actually sometimes not get */
-       /*   called? coudl this be the dangling borders issue? */
+       /* ref the border as we implicitly unref it in the callback */
        e_object_ref(E_OBJECT(bd));
        e_menu_item_callback_set(mi, _e_int_menus_clients_item_cb, bd);
        if (!bd->iconic) e_menu_item_toggle_set(mi, 1);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to