From 11a7cc65dfe779d091abd429784d7cad7dbcbf76 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 1 Jan 2004 17:58:34 +0000 Subject: Remove default font notifier, it's been obsoleted by the fonts rewrite. 2004-01-01 Christian Persch * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: Remove default font notifier, it's been obsoleted by the fonts rewrite. --- embed/ephy-embed-prefs.h | 1 - embed/mozilla/mozilla-notifiers.cpp | 23 +++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) (limited to 'embed') diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h index 0ba5954f8..33b86da97 100644 --- a/embed/ephy-embed-prefs.h +++ b/embed/ephy-embed-prefs.h @@ -12,7 +12,6 @@ #define CONF_SECURITY_COOKIES_ACCEPT "/apps/epiphany/web/cookie_accept" #define CONF_LANGUAGE_AUTODETECT_ENCODING "/apps/epiphany/web/autodetect_encoding" #define CONF_LANGUAGE_DEFAULT_ENCODING "/apps/epiphany/web/default_encoding" -#define CONF_RENDERING_DEFAULT_FONT "/apps/epiphany/web/default_font_type" /* These are defined gnome wide now */ #define CONF_NETWORK_PROXY_MODE "/system/proxy/mode" diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index 01070613b..3a0314ddf 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -138,20 +138,19 @@ static const struct } conversion_table [] = { - { CONF_SECURITY_JAVA_ENABLED, BOOL_PREF, "security.enable_java"}, - { CONF_SECURITY_JAVASCRIPT_ENABLED, BOOL_PREF, "javascript.enabled"}, - { CONF_NETWORK_PROXY_AUTO_URL, STRING_PREF, "network.proxy.autoconfig_url"}, - { CONF_NETWORK_HTTP_PROXY, STRING_PREF, "network.proxy.http"}, - { CONF_NETWORK_FTP_PROXY, STRING_PREF, "network.proxy.ftp"}, - { CONF_NETWORK_SSL_PROXY, STRING_PREF, "network.proxy.ssl"}, - { CONF_NETWORK_SOCKS_PROXY, STRING_PREF, "network.proxy.socks"}, - { CONF_NETWORK_HTTP_PROXY_PORT, INT_PREF, "network.proxy.http_port"}, - { CONF_NETWORK_FTP_PROXY_PORT, INT_PREF, "network.proxy.ftp_port"}, - { CONF_NETWORK_SSL_PROXY_PORT, INT_PREF, "network.proxy.ssl_port"}, - { CONF_NETWORK_SOCKS_PROXY_PORT, INT_PREF, "network.proxy.socks_port"}, + { CONF_SECURITY_JAVA_ENABLED, BOOL_PREF, "security.enable_java" }, + { CONF_SECURITY_JAVASCRIPT_ENABLED, BOOL_PREF, "javascript.enabled" }, + { CONF_NETWORK_PROXY_AUTO_URL, STRING_PREF, "network.proxy.autoconfig_url" }, + { CONF_NETWORK_HTTP_PROXY, STRING_PREF, "network.proxy.http" }, + { CONF_NETWORK_FTP_PROXY, STRING_PREF, "network.proxy.ftp" }, + { CONF_NETWORK_SSL_PROXY, STRING_PREF, "network.proxy.ssl" }, + { CONF_NETWORK_SOCKS_PROXY, STRING_PREF, "network.proxy.socks" }, + { CONF_NETWORK_HTTP_PROXY_PORT, INT_PREF, "network.proxy.http_port" }, + { CONF_NETWORK_FTP_PROXY_PORT, INT_PREF, "network.proxy.ftp_port" }, + { CONF_NETWORK_SSL_PROXY_PORT, INT_PREF, "network.proxy.ssl_port" }, + { CONF_NETWORK_SOCKS_PROXY_PORT, INT_PREF, "network.proxy.socks_port" }, { CONF_LANGUAGE_DEFAULT_ENCODING, STRING_PREF, "intl.charset.default" }, { CONF_LANGUAGE_AUTODETECT_ENCODING, STRING_PREF, "intl.charset.detector" }, - { CONF_RENDERING_DEFAULT_FONT, STRING_PREF, "font.default" }, { NULL, 0, NULL } }; -- cgit v1.2.3