[Xfce4-commits] <midori:master> Add 'Create desktop shortcut' to app menu
Christian Dywan
noreply at xfce.org
Mon Oct 17 02:52:01 CEST 2011
Updating branch refs/heads/master
to a8bf171c62b155cabf477632548d9efb1719ed53 (commit)
from 85b1b8509aea707270a4abf345e696f0ec64e445 (commit)
commit a8bf171c62b155cabf477632548d9efb1719ed53
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Oct 15 18:55:11 2011 +0200
Add 'Create desktop shortcut' to app menu
midori/midori-browser.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index ed2b5b0..1208c27 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"},
More information about the Xfce4-commits
mailing list