From a8bf171c62b155cabf477632548d9efb1719ed53 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 15 Oct 2011 18:55:11 +0200 Subject: [PATCH] Add 'Create desktop shortcut' to app menu --- midori/midori-browser.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index ed2b5b00..1208c275 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -3074,6 +3074,9 @@ _action_compact_menu_populate_popup (GtkAction* action, { "PrivateBrowsing" }, #if !HAVE_HILDON { "ClearPrivateData" }, + #if defined (GDK_WINDOWING_X11) + { "AddDesktopShortcut" }, + #endif { NULL }, { "BookmarksImport"}, { "BookmarksExport"},