[Xfce4-commits] <midori:master> Reindent actions in Tools menu in MidoriBrowser

Christian Dywan noreply at xfce.org
Sun Apr 4 21:34:02 CEST 2010


Updating branch refs/heads/master
         to 23b093a24831429fc1cd5819e84b6a3d7adb4934 (commit)
       from 2b66adabf2642a0b8548e3cd88266f2b9bbe2b5d (commit)

commit 23b093a24831429fc1cd5819e84b6a3d7adb4934
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Apr 4 21:19:59 2010 +0200

    Reindent actions in Tools menu in MidoriBrowser

 midori/midori-browser.c |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 5389aa2..b4e0d47 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -3067,19 +3067,20 @@ _action_tools_populate_popup (GtkAction*     action,
                               GtkMenu*       menu,
                               MidoriBrowser* browser)
 {
-    static const GtkActionEntry actions[] = {
-      { "ManageSearchEngines" },
-      { "ClearPrivateData" },
-      #if WEBKIT_CHECK_VERSION (1, 1, 17)
-      { "InspectPage" },
-      #endif
-      { "-" },
-      { NULL },
-      { "p" },
-      #ifdef G_OS_WIN32
-      { NULL },
-      { "Preferences" },
-      #endif
+    static const GtkActionEntry actions[] =
+    {
+        { "ManageSearchEngines" },
+        { "ClearPrivateData" },
+        #if WEBKIT_CHECK_VERSION (1, 1, 17)
+        { "InspectPage" },
+        #endif
+        { "-" },
+        { NULL },
+        { "p" },
+        #ifdef G_OS_WIN32
+        { NULL },
+        { "Preferences" },
+        #endif
     };
     guint i;
 



More information about the Xfce4-commits mailing list