From 46b16ecb897f9505d56e4d58da7404050011db7f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 4 Jan 2009 11:10:43 +0100 Subject: [PATCH] Add hotlist refresh when a buffer is moved --- src/gui/gui-bar-item.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/gui-bar-item.c b/src/gui/gui-bar-item.c index f2cf40edc..13fa8f606 100644 --- a/src/gui/gui-bar-item.c +++ b/src/gui/gui-bar-item.c @@ -1366,6 +1366,8 @@ gui_bar_item_init () &gui_bar_item_default_hotlist, NULL); gui_bar_item_hook_signal ("hotlist_changed", gui_bar_item_names[GUI_BAR_ITEM_HOTLIST]); + gui_bar_item_hook_signal ("buffer_moved", + gui_bar_item_names[GUI_BAR_ITEM_HOTLIST]); /* completion (possible words when a partial completion occurs) */ gui_bar_item_new (NULL,