Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_menus.c 


Log Message:
fix segv. bad devilhorns! :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -3 -r1.174 -r1.175
--- e_int_menus.c       14 Oct 2006 01:02:16 -0000      1.174
+++ e_int_menus.c       14 Oct 2006 06:14:16 -0000      1.175
@@ -843,7 +843,6 @@
    Evas_List *l, *borders = NULL, *alt = NULL;
    E_Zone *zone = NULL;
    E_Desk *desk = NULL;
-   const char *s;
 
    e_menu_pre_activate_callback_set(m, NULL, NULL);
    /* get the current clients */
@@ -897,7 +896,6 @@
    mi = e_menu_item_new(m);
    e_menu_item_label_set(mi, _("Cleanup Windows"));
    e_util_menu_item_edje_icon_set(mi, "enlightenment/windows");
-   if (s) evas_stringshare_del(s);
    e_menu_item_callback_set(mi, _e_int_menus_clients_cleanup_cb, zone);
    
    e_object_free_attach_func_set(E_OBJECT(m), _e_int_menus_clients_free_hook);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to