From: Christian Dywan Date: Fri, 15 Aug 2008 00:18:33 +0000 (+0200) Subject: Don't use the wrong Trash callback X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42095e3aa4c35414db1ed76a9fd64ec319f95eef;p=midori Don't use the wrong Trash callback --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index d6f1605a..74cb08ba 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -2806,7 +2806,7 @@ static const GtkActionEntry entries[] = { { "Trash", STOCK_USER_TRASH, N_("Closed Tabs and Windows"), "", /* N_("Reopen a previously closed tab or window"), G_CALLBACK (_action_trash_activate) }, */ - N_("Reopen a previously closed tab or window"), G_CALLBACK (midori_browser_menu_trash_activate_cb) }, + N_("Reopen a previously closed tab or window"), NULL }, { "TrashEmpty", GTK_STOCK_CLEAR, N_("Empty Trash"), "", N_("Delete the contents of the trash"), G_CALLBACK (_action_trash_empty_activate) },