diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-17 17:39:58 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-17 17:39:58 +0200 |
commit | 19d9fc9e1324b231f567619cd827f4b781c52507 (patch) | |
tree | 9555e70355d95658a701631407733559094bf083 /src/gui | |
parent | 13ec5f368337e55dc1e57c411cbb80777fda06a9 (diff) | |
download | weechat-19d9fc9e1324b231f567619cd827f4b781c52507.zip |
Update hotlist when a buffer is closed (bug #27470)
Diffstat (limited to 'src/gui')
-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 aa9890234..57fad5337 100644 --- a/src/gui/gui-bar-item.c +++ b/src/gui/gui-bar-item.c @@ -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, |