]> spindle.queued.net Git - midori/commitdiff
Reindent actions in Tools menu in MidoriBrowser
authorChristian Dywan <christian@twotoasts.de>
Sun, 4 Apr 2010 19:19:59 +0000 (21:19 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 4 Apr 2010 19:38:16 +0000 (21:38 +0200)
midori/midori-browser.c

index 5389aa229cad217a5028c04525bbcb5308bd9b10..b4e0d47532ead0bdf67a0e5531de39daa6226290 100644 (file)
@@ -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;