Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/clock Modified Files: e_mod_main.c Log Message: starting a battery module (in need this for my laptop) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/clock/e_mod_main.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- e_mod_main.c 25 Dec 2004 15:33:48 -0000 1.8 +++ e_mod_main.c 27 Dec 2004 08:33:51 -0000 1.9 @@ -30,7 +30,7 @@ if (m->api->version < E_MODULE_API_VERSION) { e_error_dialog_show("Module API Error", - "Error initializing Module: IBar\n" + "Error initializing Module: Clock\n" "It requires a minimum module API version of: %i.\n" "The module API advertized by Enlightenment is: %i.\n" "Aborting module.", @@ -168,13 +168,8 @@ mn = e_menu_new(); mi = e_menu_item_new(mn); - e_menu_item_label_set(mi, "Set Time"); -// e_menu_item_callback_set(mi, _clock_cb_time_set, e); - -/* - mi = e_menu_item_new(mn); - e_menu_item_label_set(mi, "More Options..."); -*/ + e_menu_item_label_set(mi, "(Unused)"); +/* e_menu_item_callback_set(mi, _clock_cb_time_set, e);*/ e->config_menu = mn; return mn; ------------------------------------------------------- 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://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs