refresh efm after changing fileman settings

T549
This commit is contained in:
Mike Blumenkrantz 2013-11-25 20:47:17 -05:00
parent 22d5f604f3
commit 5d4e2aa074
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ e_fwin_reload_all(void)
_e_fwin_window_title_set(fwin->cur_page);
_e_fwin_cb_resize(fwin->win);
_e_fwin_toolbar_resize(fwin->cur_page);
e_fm2_refresh(fwin->cur_page->fm_obj);
}
}