[Xfce4-commits] <midori:master> Remove the 'Open external pages in' from Preferences
Christian Dywan
noreply at xfce.org
Tue Oct 5 21:44:04 CEST 2010
Updating branch refs/heads/master
to dec42c00a865386be1f6219b938007bb1b55c76c (commit)
from 343badcc5897a31f6bfb57b99c2dcbda2827ed44 (commit)
commit dec42c00a865386be1f6219b938007bb1b55c76c
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Oct 5 21:24:41 2010 +0200
Remove the 'Open external pages in' from Preferences
midori/midori-preferences.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index a6a84cd..d620125 100644
--- a/midori/midori-preferences.c
+++ b/midori/midori-preferences.c
@@ -478,10 +478,6 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
INDENTED_ADD (label);
button = katze_property_proxy (settings, "open-new-pages-in", NULL);
SPANNED_ADD (button);
- label = katze_property_label (settings, "open-external-pages-in");
- INDENTED_ADD (label);
- button = katze_property_proxy (settings, "open-external-pages-in", NULL);
- SPANNED_ADD (button);
#if !HAVE_HILDON
button = katze_property_proxy (settings, "always-show-tabbar", NULL);
INDENTED_ADD (button);
More information about the Xfce4-commits
mailing list