Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_menu.c 


Log Message:
Clean warnings.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_menu.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- e_menu.c    7 Jan 2006 10:39:45 -0000       1.45
+++ e_menu.c    7 Jan 2006 17:38:13 -0000       1.46
@@ -1265,9 +1265,7 @@
 {
    Evas_Object *o;
    Evas_List *l;
-   E_Menu_Category *cat;
-
-   
+ 
    int ok;
    
    if (m->realized) return;
@@ -1566,9 +1564,8 @@
 static void
 _e_menu_unrealize(E_Menu *m)
 {
-   E_Menu_Category *cat;
    Evas_List *l;
-   
+ 
    if (!m->realized) return;
    evas_event_freeze(m->evas);
    e_container_shape_hide(m->shape);
@@ -2606,7 +2603,8 @@
 }
 
 
-static Evas_Bool _e_menu_categories_free_cb(Evas_Hash *hash, const char *key, 
void *data, void *fdata)
+static Evas_Bool
+_e_menu_categories_free_cb(Evas_Hash *hash, const char *key, void *data, void 
*fdata)
 {
    Evas_List *l;
    E_Menu_Category *cat;
@@ -2619,5 +2617,6 @@
        l = evas_list_remove_list(l,l);
      }
    free(cat);
+   return 1;
 }
 




-------------------------------------------------------
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