diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-19 11:14:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-19 11:14:08 +0200 |
commit | 241e9dce6f563c103d83ea4e9cd72ac008df400a (patch) | |
tree | 2caa5577d0b63d0784a02cc4b5918d537a1d84b7 /src | |
parent | 44511f38a4e5ca8171fe8c9a6f96580556d0ac1b (diff) | |
download | weechat-241e9dce6f563c103d83ea4e9cd72ac008df400a.zip |
Fix terminal title bug: do not reset it when option weechat.look.set_title is off (bug #27399)
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 54966fe22..bcb46d83b 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -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); } /* |