[Xfce4-commits] <midori:master> Move Private Browsing menu item next to New Tab/ Window
Christian Dywan
noreply at xfce.org
Wed Jun 27 01:12:01 CEST 2012
Updating branch refs/heads/master
to 82741b139b2031c45a951b42e5e01c8e8fcac7e4 (commit)
from d455382a22169c5c577b01509db1682ade794c68 (commit)
commit 82741b139b2031c45a951b42e5e01c8e8fcac7e4
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Jun 27 01:11:30 2012 +0200
Move Private Browsing menu item next to New Tab/ Window
midori/midori-browser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index aa98206..7190405 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -3164,13 +3164,13 @@ _action_compact_menu_populate_popup (GtkAction* action,
static const GtkActionEntry actions[] = {
{ "TabNew" },
{ "WindowNew" },
+ { "PrivateBrowsing" },
{ NULL },
{ "Find" },
#if !HAVE_HILDON
{ "Print" },
#endif
{ NULL },
- { "PrivateBrowsing" },
#if !HAVE_HILDON
{ "ClearPrivateData" },
#if defined (GDK_WINDOWING_X11)
More information about the Xfce4-commits
mailing list