1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

Fix terminal title bug: do not reset it when option weechat.look.set_title is off (bug #27399)

This commit is contained in:
Sebastien Helleu
2009-09-19 11:14:08 +02:00
parent 44511f38a4
commit 241e9dce6f
2 changed files with 3 additions and 3 deletions
-2
View File
@@ -222,8 +222,6 @@ config_change_title (void *data, struct t_config_option *option)
if (CONFIG_BOOLEAN(config_look_set_title))
gui_window_set_title (PACKAGE_NAME " " PACKAGE_VERSION);
else
gui_window_set_title (NULL);
}
/*