refresh efm after changing fileman settings

T549
This commit is contained in:
Mike Blumenkrantz 2013-11-25 20:47:17 -05:00
parent 126afd0fda
commit c84416f964
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,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);
}
}