mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
Update hotlist when a buffer is closed (bug #27470)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
WeeChat ChangeLog
|
||||
=================
|
||||
FlashCode <flashcode@flashtux.org>
|
||||
v0.3.1-dev, 2009-09-16
|
||||
v0.3.1-dev, 2009-09-17
|
||||
|
||||
|
||||
Version 0.3.1 (under dev!)
|
||||
@@ -10,6 +10,7 @@ Version 0.3.1 (under dev!)
|
||||
* alias: fix bug with arguments (bug #27440)
|
||||
* irc: add options for CTCP, to block/customize CTCP reply (task #9693)
|
||||
* irc: add missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
|
||||
* gui: update hotlist when a buffer is closed (bug #27470)
|
||||
* gui: fix /input history_global_next: reset input content when last command in
|
||||
history is reached
|
||||
* api: fix function weechat_bar_set for python/lua/ruby (patch #6912)
|
||||
|
||||
@@ -1421,6 +1421,8 @@ gui_bar_item_init ()
|
||||
gui_bar_item_names[GUI_BAR_ITEM_HOTLIST]);
|
||||
gui_bar_item_hook_signal ("buffer_moved",
|
||||
gui_bar_item_names[GUI_BAR_ITEM_HOTLIST]);
|
||||
gui_bar_item_hook_signal ("buffer_closed",
|
||||
gui_bar_item_names[GUI_BAR_ITEM_HOTLIST]);
|
||||
|
||||
/* completion (possible words when a partial completion occurs) */
|
||||
gui_bar_item_new (NULL,
|
||||
|
||||
Reference in New Issue
Block a user