mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* hotlist.c (load_hotlist): If cannot open hotlist, don't assume
that it needs to be migrated and don't warn the user.
This commit is contained in:
parent
27a58d6bb4
commit
192d6c1853
@ -1,3 +1,8 @@
|
||||
2001-09-09 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* hotlist.c (load_hotlist): If cannot open hotlist, don't assume
|
||||
that it needs to be migrated and don't warn the user.
|
||||
|
||||
2001-09-08 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.am: Fix definitions of CONFDIR and LOCALEDIR.
|
||||
|
@ -1356,17 +1356,7 @@ void load_hotlist (void)
|
||||
|
||||
if ((hotlist_file = fopen (hotlist_file_name, "r")) == 0) {
|
||||
int result;
|
||||
char *msg;
|
||||
|
||||
msg = g_strconcat (_("Hotlist is now kept in file ~/"),
|
||||
HOTLIST_FILENAME, "\n",
|
||||
_("MC will load hotlist from ~/"),
|
||||
PROFILE_NAME, "\n",
|
||||
_("and then delete [Hotlist] section there"),
|
||||
NULL);
|
||||
message (0, _(" Hotlist Load "), msg);
|
||||
g_free (msg);
|
||||
|
||||
load_group (hotlist);
|
||||
hotlist_state.loaded = 1;
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user