From 4d21f126c9a82f4b70f4a4c16b9707ea879fd157 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 9 Nov 2006 13:45:45 +0000 Subject: [PATCH] Remave the application add button again, now that raster has that working properly in fm2. SVN revision: 27031 --- src/bin/e_fdo_menu_to_order.c | 1 + src/bin/e_int_config_apps.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin/e_fdo_menu_to_order.c b/src/bin/e_fdo_menu_to_order.c index 82a736910..b788dee8c 100644 --- a/src/bin/e_fdo_menu_to_order.c +++ b/src/bin/e_fdo_menu_to_order.c @@ -45,6 +45,7 @@ e_fdo_menu_to_order(void) { struct category_data cat_data; + printf("Not enough applications found in the system menus, creating fallback menus.\n"); /* search out all .desktop files and generate menus ala e17genmenu. */ ecore_desktop_instrumentation_reset(); cat_data.menus = ecore_hash_new(ecore_str_hash, ecore_str_compare); diff --git a/src/bin/e_int_config_apps.c b/src/bin/e_int_config_apps.c index 38379cb2f..106cc2f96 100644 --- a/src/bin/e_int_config_apps.c +++ b/src/bin/e_int_config_apps.c @@ -646,11 +646,11 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf if (once) mt = e_widget_button_add(evas, _(once->label), "enlightenment/e", _cb_button_add, cfdata, NULL); -/* Put this back in temporarily until raster fixes fm. */ +/* else mt = e_widget_button_add(evas, _("Add application ->"), "enlightenment/e", _cb_button_add, cfdata, NULL); -/* */ +*/ if (mt) { cfdata->gui.o_add_button = mt;