]> spindle.queued.net Git - midori/commitdiff
Don't use the wrong Trash callback
authorChristian Dywan <christian@twotoasts.de>
Fri, 15 Aug 2008 00:18:33 +0000 (02:18 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 15 Aug 2008 00:18:33 +0000 (02:18 +0200)
midori/midori-browser.c

index d6f1605a04a1968ef3f5d49a012f7ddc0dbfcff0..74cb08bacf128ba6f590856085b8e908a75f4e28 100644 (file)
@@ -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) },