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

Fix refresh of bar item buffer_nicklist when it is displayed in a root bar

This commit is contained in:
Sebastien Helleu
2009-11-05 14:46:05 +01:00
parent d34efe27cf
commit 2ee653f1b5
+2
View File
@@ -1444,6 +1444,8 @@ gui_bar_item_init ()
&gui_bar_item_default_buffer_nicklist, NULL);
gui_bar_item_hook_signal ("nicklist_changed",
gui_bar_item_names[GUI_BAR_ITEM_BUFFER_NICKLIST]);
gui_bar_item_hook_signal ("buffer_switch",
gui_bar_item_names[GUI_BAR_ITEM_BUFFER_NICKLIST]);
}
/*