From afa1d5df9f208dc554cdb3ede0ab07f85be96650 Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Mon, 19 May 2003 12:41:52 +0000 Subject: Remove fine grain color settings. Always use the system theme colors in 2003-05-19 David Bordoley * data/epiphany.schemas.in: * data/glade/prefs-dialog.glade: * embed/ephy-embed-prefs.h: * embed/mozilla/default-prefs.js: * embed/mozilla/mozilla-notifiers.cpp: (conversion_table []): * src/prefs-dialog.c: (properties []): Remove fine grain color settings. Always use the system theme colors in the case where a page doesn't set it own colors. --- embed/ephy-embed-prefs.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'embed/ephy-embed-prefs.h') diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h index 4582a15a5..3ced536ee 100644 --- a/embed/ephy-embed-prefs.h +++ b/embed/ephy-embed-prefs.h @@ -10,12 +10,7 @@ #define CONF_RENDERING_FONT_MIN_SIZE "/apps/epiphany/rendering/font_min_size" #define CONF_RENDERING_LANGUAGE "/apps/epiphany/rendering/lang" #define CONF_RENDERING_USE_OWN_COLORS "/apps/epiphany/rendering/use_own_colors" -#define CONF_RENDERING_USE_SYSTEM_COLORS "/apps/epiphany/rendering/use_system_colors" #define CONF_RENDERING_USE_OWN_FONTS "/apps/epiphany/rendering/use_own_fonts" -#define CONF_RENDERING_BG_COLOR "/apps/epiphany/rendering/background_color" -#define CONF_RENDERING_TEXT_COLOR "/apps/epiphany/rendering/text_color" -#define CONF_RENDERING_VISITED_LINKS "/apps/epiphany/rendering/visited_link_color" -#define CONF_RENDERING_UNVISITED_LINKS "/apps/epiphany/rendering/unvisited_link_color" #define CONF_RENDERING_UNDERLINE_LINKS "/apps/epiphany/rendering/underline_links" #define CONF_SECURITY_ALLOW_POPUPS "/apps/epiphany/security/allow_popups" #define CONF_SECURITY_JAVA_ENABLED "/apps/epiphany/security/java_enabled" -- cgit v1.2.3