From e8dc7d80f7cc775b2904cd362141df8740a9ce66 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 14 Jun 2012 10:45:01 +0200 Subject: Adapt to evolution-data-server's port from GConf to GSettings --- modules/calendar/e-cal-shell-settings.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'modules/calendar') diff --git a/modules/calendar/e-cal-shell-settings.c b/modules/calendar/e-cal-shell-settings.c index 943e28e38f..e160d18810 100644 --- a/modules/calendar/e-cal-shell-settings.c +++ b/modules/calendar/e-cal-shell-settings.c @@ -31,6 +31,7 @@ #include #define CALENDAR_SCHEMA "org.gnome.evolution.calendar" +#define EDS_CALENDAR_CONTACTS_SCHEMA "org.gnome.evolution-data-server.calendar" static gboolean transform_string_to_icaltimezone (GBinding *binding, @@ -526,13 +527,13 @@ e_cal_shell_backend_init_settings (EShell *shell) e_shell_settings_install_property_for_key ( "cal-ba-reminder-interval", - CALENDAR_SCHEMA, - "ba-reminder-interval"); + EDS_CALENDAR_CONTACTS_SCHEMA, + "contacts-reminder-interval"); e_shell_settings_install_property_for_key ( "cal-ba-reminder-units-string", - CALENDAR_SCHEMA, - "ba-reminder-units"); + EDS_CALENDAR_CONTACTS_SCHEMA, + "contacts-reminder-units"); e_shell_settings_install_property_for_key ( "cal-compress-weekend", @@ -676,8 +677,8 @@ e_cal_shell_backend_init_settings (EShell *shell) e_shell_settings_install_property_for_key ( "cal-use-ba-reminder", - CALENDAR_SCHEMA, - "use-ba-reminder"); + EDS_CALENDAR_CONTACTS_SCHEMA, + "contacts-reminder-enabled"); e_shell_settings_install_property_for_key ( "cal-use-default-reminder", -- cgit v1.2.3