From: Christian Dywan Date: Tue, 2 Jun 2009 23:32:22 +0000 (+0200) Subject: Connect the remove-item callback for the history again X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad725a04c35bb2a7be007e833dd13fb4fde216e;p=midori Connect the remove-item callback for the history again It was accidentally removed when moving insertion of history items into the location action. --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 4f27c223..8bda4211 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -4430,6 +4430,8 @@ midori_browser_set_history (MidoriBrowser* browser, if (!history) return; + g_signal_connect (browser->history, "remove-item", + G_CALLBACK (midori_browser_history_remove_item_cb), browser); g_signal_connect (browser->history, "clear", G_CALLBACK (midori_browser_history_clear_cb), browser);