Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e_modules

Dir     : e17/apps/e_modules/src/modules/snow


Modified Files:
        e_mod_main.c 


Log Message:
oops, fix restart bugs :)
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/snow/e_mod_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.c        30 Mar 2005 11:25:59 -0000      1.3
+++ e_mod_main.c        30 Mar 2005 12:44:52 -0000      1.4
@@ -77,7 +77,7 @@
 info(E_Module *m)
 {
    m->label = strdup("Snow");
-   m->icon_file = PACKAGE_LIB_DIR "/e_modules/snow/module_icon.png";
+   m->icon_file = strdup(PACKAGE_LIB_DIR "/e_modules/snow/module_icon.png");
    return 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