mirror of https://github.com/MidnightCommander/mc
* main.c (update_one_panel_widget): Call ftpfs_flushdir().
This commit is contained in:
parent
ccdd8e8859
commit
455e64673e
|
@ -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>
|
2002-02-05 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* key.c [USE_NCURSES] (get_key_code): Ignore KEY_RESIZE.
|
* key.c [USE_NCURSES] (get_key_code): Ignore KEY_RESIZE.
|
||||||
|
|
|
@ -372,7 +372,7 @@ update_one_panel_widget (WPanel *panel, int force_update, char *current_file)
|
||||||
if (force_update & UP_RELOAD){
|
if (force_update & UP_RELOAD){
|
||||||
panel->is_panelized = 0;
|
panel->is_panelized = 0;
|
||||||
|
|
||||||
#if 0
|
#if 1
|
||||||
ftpfs_flushdir ();
|
ftpfs_flushdir ();
|
||||||
#endif
|
#endif
|
||||||
/* FIXME: Should supply flushdir method */
|
/* FIXME: Should supply flushdir method */
|
||||||
|
|
Loading…
Reference in New Issue