Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : taskbar

Dir     : e_modules/taskbar


Modified Files:
        e_mod_main.c 


Log Message:
label is const

===================================================================
RCS file: /cvs/e/e_modules/taskbar/e_mod_main.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_mod_main.c        16 Jun 2007 16:33:21 -0000      1.28
+++ e_mod_main.c        18 Jun 2007 18:17:49 -0000      1.29
@@ -68,7 +68,7 @@
    Evas_Object *o_holder2;      // Overlay theme object
    Evas_Object *o_icon2;        // Overlay icon
    E_Border *border;            // The border this icon points to
-   char *label;                 // label taken from the border
+   const char *label;           // label taken from the border
 };
 
 static Taskbar *_taskbar_new(Evas *evas, E_Zone *zone);



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