From 8180308e57e97c0c4e69331aac409e49e6a38876 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 4 Nov 2003 21:43:09 +0000 Subject: Resync with eel. 2003-11-04 Marco Pesenti Gritti * lib/eel-gconf-extensions.c: (global_client_free), (eel_gconf_client_get_global), (eel_gconf_handle_error), (eel_gconf_set_string), (eel_gconf_is_default), (eel_gconf_key_is_writable), (eel_gconf_monitor_add), (eel_gconf_monitor_remove), (eel_gconf_preload_cache), (eel_gconf_get_default_value), (eel_strcmp), (eel_str_is_equal), (simple_value_is_equal), (eel_gconf_value_is_equal), (eel_gconf_value_get_string_list), (eel_gconf_value_set_string_list), (eel_gconf_set_float), (eel_gconf_get_float): * lib/eel-gconf-extensions.h: Resync with eel. * lib/ephy-prefs.h: * lib/widgets/ephy-spinner.c: * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: Migrate old font size settings. This will screw things for 1.1 users, not much we can do about it now. --- lib/ephy-prefs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ephy-prefs.h') diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index e23b9ad6b..53c07e5d8 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -21,6 +21,9 @@ G_BEGIN_DECLS +#define EPIPHANY_SCHEMA_VERSION 1 +#define CONF_SCHEMA_VERSION "/apps/epiphany/schema_version" + /* General */ #define CONF_GENERAL_HOMEPAGE "/apps/epiphany/general/homepage" #define CONF_ALWAYS_SHOW_TABS_BAR "/apps/epiphany/general/always_show_tabs_bar" -- cgit