From 3dab3ac1a085678abcc939ae748581261bb8f278 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 11 Feb 2011 21:55:49 +0100 Subject: [PATCH] Add Bookmark Import and Export to app menu --- midori/midori-browser.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index d16dab45..33a611a0 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -2948,6 +2948,8 @@ _action_compact_menu_populate_popup (GtkAction* action, { "InspectPage" }, #endif { "Fullscreen" }, + { "BookmarksImport"}, + { "BookmarksExport"}, #endif { "About" }, { "Preferences" },