* main.c (update_one_panel_widget): Call ftpfs_flushdir().

This commit is contained in:
Andrew V. Samoilov 2002-02-07 19:24:44 +00:00
parent ccdd8e8859
commit 455e64673e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-02-07 Andrew V. Samoilov <kai@cmail.ru>
* main.c (update_one_panel_widget): Call ftpfs_flushdir().
2002-02-05 Pavel Roskin <proski@gnu.org>
* key.c [USE_NCURSES] (get_key_code): Ignore KEY_RESIZE.

View File

@ -372,7 +372,7 @@ update_one_panel_widget (WPanel *panel, int force_update, char *current_file)
if (force_update & UP_RELOAD){
panel->is_panelized = 0;
#if 0
#if 1
ftpfs_flushdir ();
#endif
/* FIXME: Should supply flushdir method */