Connect the remove-item callback for the history again

It was accidentally removed when moving insertion of history items
into the location action.
This commit is contained in:
Christian Dywan 2009-06-03 01:32:22 +02:00
parent ad0b2ac077
commit cad725a04c

View 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);