[Xfce4-commits] <midori:master> Improve placement of the 'Autodetect proxy server' preference

Christian Dywan noreply at xfce.org
Sun Nov 8 15:04:06 CET 2009


Updating branch refs/heads/master
         to 76b575e42f69f52dd4d13ad93542faec7709a7e3 (commit)
       from d41525b7fe8df1b11cd696709ec33f5dd09fafee (commit)

commit 76b575e42f69f52dd4d13ad93542faec7709a7e3
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Nov 5 23:48:15 2009 +0100

    Improve placement of the 'Autodetect proxy server' preference

 midori/midori-preferences.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index 278f066..f4b804e 100644
--- a/midori/midori-preferences.c
+++ b/midori/midori-preferences.c
@@ -503,8 +503,9 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     INDENTED_ADD (label);
     entry = katze_property_proxy (settings, "http-proxy", NULL);
     SPANNED_ADD (entry);
+    INDENTED_ADD (gtk_event_box_new ());
     button = katze_property_proxy (settings, "auto-detect-proxy", NULL);
-    FILLED_ADD (button);
+    SPANNED_ADD (button);
     g_signal_connect (settings, "notify::auto-detect-proxy",
         G_CALLBACK (midori_preferences_notify_auto_detect_proxy_cb), entry);
     midori_preferences_notify_auto_detect_proxy_cb (settings, NULL, entry);



More information about the Xfce4-commits mailing list