[Xfce4-commits] <midori:master> Divide preferences into visual groups

Christian Dywan noreply at xfce.org
Sun May 15 11:38:01 CEST 2011


Updating branch refs/heads/master
         to b6de48d342bb4edb4d504e66f6d844cb48778d22 (commit)
       from 63eef7993abd6fc655bcccc5dde287fdd3be66ef (commit)

commit b6de48d342bb4edb4d504e66f6d844cb48778d22
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun May 15 11:28:03 2011 +0200

    Divide preferences into visual groups

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

diff --git a/midori/main.c b/midori/main.c
index 2b81719..feadcfb 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -797,6 +797,7 @@ midori_browser_privacy_preferences_cb (MidoriBrowser*    browser,
     button = katze_property_proxy (settings, "strip-referer", NULL);
     katze_preferences_add_widget (preferences, button, "indented");
     #endif
+    katze_preferences_add_group (preferences, NULL);
     button = katze_property_label (settings, "maximum-history-age");
     katze_preferences_add_widget (preferences, button, "indented");
     button = katze_property_proxy (settings, "maximum-history-age", NULL);
diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index b7e18f3..1b255b7 100644
--- a/midori/midori-preferences.c
+++ b/midori/midori-preferences.c
@@ -383,6 +383,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     #endif
     if (button != NULL)
         INDENTED_ADD (button);
+    FRAME_NEW (NULL);
     button = katze_property_label (settings, "preferred-languages");
     INDENTED_ADD (button);
     entry = katze_property_proxy (settings, "preferred-languages", "languages");
@@ -421,6 +422,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     button = katze_property_proxy (settings, "open-tabs-in-the-background", NULL);
     SPANNED_ADD (button);
     #if !HAVE_HILDON
+    FRAME_NEW (NULL);
     label = katze_property_label (settings, "text-editor");
     INDENTED_ADD (label);
     entry = katze_property_proxy (settings, "text-editor", "application-text/plain");



More information about the Xfce4-commits mailing list