Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibox


Modified Files:
        e_mod_main.c 


Log Message:


fix fill call - that was just unsafe

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -3 -r1.83 -r1.84
--- e_mod_main.c        25 Mar 2007 22:46:21 -0000      1.83
+++ e_mod_main.c        5 Jun 2007 15:13:08 -0000       1.84
@@ -536,7 +536,7 @@
 static void
 _ibox_icon_fill_label(IBox_Icon *ic)
 {
-   char *label;
+   char *label = NULL;
 
    switch (ic->ibox->icon_label)
      {



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to