mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +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:
@@ -1,12 +1,14 @@
|
|||||||
WeeChat ChangeLog
|
WeeChat ChangeLog
|
||||||
=================
|
=================
|
||||||
FlashCode <flashcode@flashtux.org>
|
FlashCode <flashcode@flashtux.org>
|
||||||
v0.3.1-dev, 2009-09-18
|
v0.3.1-dev, 2009-09-19
|
||||||
|
|
||||||
|
|
||||||
Version 0.3.1 (under dev!)
|
Version 0.3.1 (under dev!)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
* core: fix terminal title bug: do not reset it when option
|
||||||
|
weechat.look.set_title is off (bug #27399)
|
||||||
* alias: fix bug with arguments (bug #27440)
|
* alias: fix bug with arguments (bug #27440)
|
||||||
* irc: add options for CTCP, to block/customize CTCP reply (task #9693)
|
* irc: add options for CTCP, to block/customize CTCP reply (task #9693)
|
||||||
* irc: add missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
|
* irc: add missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
|
||||||
|
|||||||
@@ -222,8 +222,6 @@ config_change_title (void *data, struct t_config_option *option)
|
|||||||
|
|
||||||
if (CONFIG_BOOLEAN(config_look_set_title))
|
if (CONFIG_BOOLEAN(config_look_set_title))
|
||||||
gui_window_set_title (PACKAGE_NAME " " PACKAGE_VERSION);
|
gui_window_set_title (PACKAGE_NAME " " PACKAGE_VERSION);
|
||||||
else
|
|
||||||
gui_window_set_title (NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user