]> spindle.queued.net Git - midori/commitdiff
Connect the remove-item callback for the history again
authorChristian Dywan <christian@twotoasts.de>
Tue, 2 Jun 2009 23:32:22 +0000 (01:32 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 2 Jun 2009 23:32:22 +0000 (01:32 +0200)
It was accidentally removed when moving insertion of history items
into the location action.

midori/midori-browser.c

index 4f27c22393543951198dad857a4d9772c6426394..8bda421162a64f9062604fa85f47c0e73aab7ba0 100644 (file)
@@ -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);