1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

core: do not display warning about option "save_config_on_exit" on startup or after /upgrade

This commit is contained in:
Sebastien Helleu
2011-11-05 17:09:16 +01:00
parent e9ef9a9e1b
commit 523a6f032e
+1 -1
View File
@@ -254,7 +254,7 @@ config_change_save_config_on_exit (void *data, struct t_config_option *option)
(void) data;
(void) option;
if (!CONFIG_BOOLEAN(config_look_save_config_on_exit))
if (gui_ok && !CONFIG_BOOLEAN(config_look_save_config_on_exit))
{
gui_chat_printf (NULL,
_("Warning: you should now issue /save to write "