Don't use the wrong Trash callback

This commit is contained in:
Christian Dywan 2008-08-15 02:18:33 +02:00
parent 8ac30357c0
commit 42095e3aa4

View 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) },