re-set fileman window titles on config change

SVN revision: 74928
This commit is contained in:
Mike Blumenkrantz 2012-08-06 12:07:26 +00:00
parent 950f919837
commit 1cb4d5f3ce
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ e_fwin_reload_all(void)
fwin->cur_page->flist_frame = fwin->cur_page->flist = NULL;
}
}
_e_fwin_window_title_set(fwin->cur_page);
_e_fwin_cb_resize(fwin->win);
}
}