diff options
author | Xan Lopez <xan@gnome.org> | 2010-12-09 17:41:15 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-12-09 17:41:15 +0800 |
commit | 85c5fc195a1b422c0851eed651f54aa1f9fb22f9 (patch) | |
tree | b611991ec516ed6b79c31c47b9226b8265415bc4 /src | |
parent | 321749b5c05208f88922c2a6aca4b460a2a12459 (diff) | |
download | gsoc2013-epiphany-85c5fc195a1b422c0851eed651f54aa1f9fb22f9.tar gsoc2013-epiphany-85c5fc195a1b422c0851eed651f54aa1f9fb22f9.tar.gz gsoc2013-epiphany-85c5fc195a1b422c0851eed651f54aa1f9fb22f9.tar.bz2 gsoc2013-epiphany-85c5fc195a1b422c0851eed651f54aa1f9fb22f9.tar.lz gsoc2013-epiphany-85c5fc195a1b422c0851eed651f54aa1f9fb22f9.tar.xz gsoc2013-epiphany-85c5fc195a1b422c0851eed651f54aa1f9fb22f9.tar.zst gsoc2013-epiphany-85c5fc195a1b422c0851eed651f54aa1f9fb22f9.zip |
prefs: remove broken preferences from UI
Allow pages to use their own colors/fonts preferences have never
really worked in WebKit. I'm not even sure we want this in the UI, but
at the very least remove them until there's a setting in the engine to
control this.
Diffstat (limited to 'src')
-rw-r--r-- | src/prefs-dialog.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 44946c6fb..2dd2ea2bc 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1041,15 +1041,9 @@ static const PrefsDialogPreference preferences[] = { "use_gnome_fonts_checkbutton", "active", EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_USE_GNOME_FONTS, G_SETTINGS_BIND_DEFAULT, NULL, NULL }, - { "use_fonts_checkbutton", "active", - EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_USE_OWN_FONTS, - G_SETTINGS_BIND_DEFAULT, NULL, NULL }, { "min_size_spinbutton", "value", EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_FONT_MIN_SIZE, G_SETTINGS_BIND_DEFAULT, NULL, NULL }, - { "use_colors_checkbutton", "active", - EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_USE_OWN_COLORS, - G_SETTINGS_BIND_DEFAULT, NULL, NULL }, { "popups_allow_checkbutton", "active", EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_ENABLE_POPUPS, G_SETTINGS_BIND_DEFAULT, NULL, NULL }, |