From: Christian Dywan Date: Sat, 15 Oct 2011 16:55:11 +0000 (+0200) Subject: Add 'Create desktop shortcut' to app menu X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8bf171c62b155cabf477632548d9efb1719ed53;p=midori Add 'Create desktop shortcut' to app menu --- 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"},