From 42095e3aa4c35414db1ed76a9fd64ec319f95eef Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 15 Aug 2008 02:18:33 +0200 Subject: [PATCH] Don't use the wrong Trash callback --- midori/midori-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) },