Don't use View Menu in fileman. It has a config dialog for that.

SVN revision: 33132
This commit is contained in:
Christopher Michael 2007-12-14 17:09:47 +00:00
parent 05f9121adf
commit 5486f1a797
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,7 @@ EAPI int
e_fwin_shutdown(void)
{
Evas_List *l;
l = fwins;
fwins = NULL;
while (l)
@ -1595,6 +1595,7 @@ _e_fwin_config_set(E_Fwin *fwin)
fmc.selection.single = 0;
fmc.selection.windows_modifiers = 0;
e_fm2_config_set(fwin->fm_obj, &fmc);
e_fm2_icon_menu_flags_set(fwin->fm_obj, E_FM2_MENU_NO_VIEW_MENU);
}
static void