[Xfce4-commits] <midori:master> Unconditionally show Toolbar Style preference
Christian Dywan
noreply at xfce.org
Thu Apr 4 18:32:01 CEST 2013
Updating branch refs/heads/master
to 863c8dff9042ca5d964a9c608ac5994198eeba65 (commit)
from 5876dbfd1138b37ca2b61c8f711fcbbd4ea34e09 (commit)
commit 863c8dff9042ca5d964a9c608ac5994198eeba65
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Apr 4 18:20:11 2013 +0200
Unconditionally show Toolbar Style preference
Apparently users like to tweak it for browsers despite some major
desktop environments not providing toolbar UI options.
midori/midori-preferences.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index c54c25c..6415ac2 100644
--- a/midori/midori-preferences.c
+++ b/midori/midori-preferences.c
@@ -427,13 +427,10 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
/* Page "Interface" */
PAGE_NEW (GTK_STOCK_CONVERT, _("Browsing"));
- if (!g_getenv ("DESKTOP_SESSION"))
- {
FRAME_NEW (NULL);
INDENTED_ADD (gtk_label_new (_("Toolbar Style:")));
button = katze_property_proxy (settings, "toolbar-style", NULL);
SPANNED_ADD (button);
- }
FRAME_NEW (NULL);
label = gtk_label_new (_("Open new pages in:"));
INDENTED_ADD (label);
More information about the Xfce4-commits
mailing list