Enlightenment CVS committal Author : handyande Project : misc Module : engage
Dir : misc/engage/src Modified Files: config.c Log Message: ewl updates =================================================================== RCS file: /cvsroot/enlightenment/misc/engage/src/config.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -3 -r1.56 -r1.57 --- config.c 31 Jan 2006 11:20:39 -0000 1.56 +++ config.c 25 Feb 2006 18:07:38 -0000 1.57 @@ -257,7 +257,7 @@ ewl_widget_show(menu_box); menu = ewl_imenu_new(); - ewl_menu_item_text_set(EWL_MENU_ITEM(menu), "config menu"); + ewl_button_label_set(EWL_BUTTON(menu), "config menu"); ewl_callback_append(EWL_WIDGET(menu_win), EWL_CALLBACK_CONFIGURE, od_config_menu_move_cb, EWL_MENU_BASE(menu)->popup); ewl_callback_append(EWL_MENU_BASE(menu)->popup, EWL_CALLBACK_FOCUS_OUT, @@ -278,13 +278,13 @@ item = ewl_menu_item_new(); - ewl_menu_item_text_set(EWL_MENU_ITEM(item), "Icon Zooming"); + ewl_button_label_set(EWL_BUTTON(item), "Icon Zooming"); ewl_container_child_append(EWL_CONTAINER(menu), item); ewl_callback_append(item, EWL_CALLBACK_FOCUS_IN, od_config_menu_zoom_cb, NULL); ewl_widget_show(item); item = ewl_menu_item_new(); - ewl_menu_item_text_set(EWL_MENU_ITEM(item), "Configuration"); + ewl_button_label_set(EWL_BUTTON(item), "Configuration"); ewl_container_child_append(EWL_CONTAINER(menu), item); ewl_callback_append(item, EWL_CALLBACK_FOCUS_IN, od_config_menu_config_cb, NULL); ewl_widget_show(item); @@ -294,7 +294,7 @@ ewl_widget_show(item); item = ewl_menu_item_new(); - ewl_menu_item_text_set(EWL_MENU_ITEM(item), "Quit"); + ewl_button_label_set(EWL_BUTTON(item), "Quit"); ewl_container_child_append(EWL_CONTAINER(menu), item); ewl_callback_append(item, EWL_CALLBACK_FOCUS_IN, od_config_menu_quit_cb, NULL); ewl_widget_show(item); ------------------------------------------------------- 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