From 23b093a24831429fc1cd5819e84b6a3d7adb4934 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 4 Apr 2010 21:19:59 +0200 Subject: [PATCH] Reindent actions in Tools menu in MidoriBrowser --- midori/midori-browser.c | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 5389aa22..b4e0d475 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; -- 2.39.5