Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/extrackt/src/bin/etk_fe Modified Files: gui.c Log Message: update menus =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/extrackt/src/bin/etk_fe/gui.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- gui.c 18 Feb 2006 12:45:54 -0000 1.3 +++ gui.c 5 Mar 2006 01:02:49 -0000 1.4 @@ -226,10 +226,10 @@ switch (item_type) { case E_GUI_MENU_ITEM_NORMAL: - menu_item = etk_menu_item_new_with_label(label); + menu_item = etk_menu_item_image_new_with_label(label); break; case E_GUI_MENU_ITEM_SEPERATOR: - menu_item = etk_menu_separator_new(); + menu_item = etk_menu_item_separator_new(); break; default: return NULL; @@ -662,7 +662,7 @@ for(l = gui->ex->config.rippers; l; l=l->next) { ecx = (Ex_Config_Exe *)l->data; - _etk_fe_gui_menu_item_new(E_GUI_MENU_ITEM_NORMAL, _(ecx->name), ETK_MENU_SHELL(gui->ripper_menu), _etk_fe_gui_ripper_select_cb, gui); + _etk_fe_gui_menu_item_new(E_GUI_MENU_ITEM_NORMAL, _(ecx->name), ETK_MENU_SHELL(gui->ripper_menu), ETK_CALLBACK(_etk_fe_gui_ripper_select_cb), gui); } /* FIXME we should save the last selected * fill the values for the first */ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs