Remave the application add button again, now that raster has that working

properly in fm2.


SVN revision: 27031
This commit is contained in:
David Walter Seikel 2006-11-09 13:45:45 +00:00
parent 73c50dc9d0
commit 4d21f126c9
2 changed files with 3 additions and 2 deletions

View File

@ -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);

View File

@ -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;