directory .eaps are obsolete, but I havn't pulled my finger out to

finish the FDO directory code I have half completed.  For some strange
reason, this triggers a crash in rsvg, trying to get it to load a .eap
file.  That is strange in itself.  More investigation is required by
someone that knows evas better than me.


SVN revision: 25960
This commit is contained in:
David Walter Seikel 2006-09-18 14:07:16 +00:00
parent c1bd63b05d
commit 42c93f28de
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ _e_int_menus_apps_scan(E_Menu *m)
snprintf(buf, sizeof(buf), "%s/.directory.eap", a->path);
if (!((a->icon_class) &&
(e_util_menu_item_edje_icon_list_set(mi, a->icon_class))))
e_menu_item_icon_edje_set(mi, buf, "icon");
/*e_menu_item_icon_edje_set(mi, buf, "icon")*/;
e_menu_item_submenu_set(mi, e_int_menus_apps_new(a->path));
app_count++;
}