diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-05 14:46:05 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-05 14:46:05 +0100 |
commit | 2ee653f1b5703029b0e2ef336cd0ff6ce82c52f2 (patch) | |
tree | 956cd8d640bcfaaccfb339640cfa3bdf5841b23d | |
parent | d34efe27cfbf248f02e645d1c1e8d8123f1398b6 (diff) | |
download | weechat-2ee653f1b5703029b0e2ef336cd0ff6ce82c52f2.zip |
Fix refresh of bar item buffer_nicklist when it is displayed in a root bar
-rw-r--r-- | src/gui/gui-bar-item.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-bar-item.c b/src/gui/gui-bar-item.c index 57fad5337..ffe3810d2 100644 --- a/src/gui/gui-bar-item.c +++ b/src/gui/gui-bar-item.c @@ -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]); } /* |