mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
* main.c (directory_history_list): Report error if cannot change
directory.
This commit is contained in:
parent
3358ffb440
commit
ead99974fb
@ -1,3 +1,8 @@
|
||||
2002-07-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c (directory_history_list): Report error if cannot change
|
||||
directory.
|
||||
|
||||
2002-07-16 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c (do_execute): Don't ask to press any key when the shell
|
||||
|
@ -1003,6 +1003,8 @@ directory_history_list (WPanel * panel)
|
||||
r = _do_panel_cd (panel, s, cd_exact);
|
||||
if (r)
|
||||
directory_history_add (panel, panel->cwd);
|
||||
else
|
||||
message (1, MSG_ERROR, _("Could not change directory") );
|
||||
g_free (s);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user