Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e_modules
Dir : e17/apps/e_modules/src/modules/notes Modified Files: e_mod_main.c Log Message: oops, fix restart bugs :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_modules/src/modules/notes/e_mod_main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_mod_main.c 30 Mar 2005 11:25:58 -0000 1.4 +++ e_mod_main.c 30 Mar 2005 12:44:51 -0000 1.5 @@ -90,7 +90,7 @@ info (E_Module *m) { m->label = strdup("Notes"); - m->icon_file = PACKAGE_LIB_DIR "/e_modules/notes/module_icon.png"; + m->icon_file = strdup(PACKAGE_LIB_DIR "/e_modules/notes/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