aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-12-01 23:09:56 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-12-01 23:09:56 +0800
commit06521b959f3c825b9818ebb5366a6ad701828fc1 (patch)
tree597c37a647fa6e3a4d98de6052997a4dfec7cc9e
parentfaf2cd005b73c7131345859db8c6b3f2b7bb18b6 (diff)
downloadgsoc2013-evolution-06521b959f3c825b9818ebb5366a6ad701828fc1.tar
gsoc2013-evolution-06521b959f3c825b9818ebb5366a6ad701828fc1.tar.gz
gsoc2013-evolution-06521b959f3c825b9818ebb5366a6ad701828fc1.tar.bz2
gsoc2013-evolution-06521b959f3c825b9818ebb5366a6ad701828fc1.tar.lz
gsoc2013-evolution-06521b959f3c825b9818ebb5366a6ad701828fc1.tar.xz
gsoc2013-evolution-06521b959f3c825b9818ebb5366a6ad701828fc1.tar.zst
gsoc2013-evolution-06521b959f3c825b9818ebb5366a6ad701828fc1.zip
removed this function, since we now use the ESourceList to know what
2003-12-01 Rodrigo Moya <rodrigo@ximian.com> * gui/alarm-notify/save.c (save_calendars_to_load): removed this function, since we now use the ESourceList to know what calendars to load. (get_calendars_to_load): moved to config-data.c. (save_notification_time, get_saved_notification_time, save_blessed_program, is_blessed_program): use the shared GConfClient. * gui/alarm-notify/config-data.[ch]: use a GConfClient instead of a EConfigListener. (config_data_get_conf_client): renamed from _get_listener. (config_data_get_timezone, config_data_get_24_hour_format): changed to use the GConfClient. (config_data_get_calendars_to_load): new function. (ensure_inited): create the source lists for calendar and tasks here. (do_cleanup): cleanup the source lists here. * gui/alarm-notify/notify-main.c (load_calendars): use config_data_get_calendars_to_load(). svn path=/trunk/; revision=23524
-rw-r--r--calendar/gui/alarm-notify/config-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/config-data.c b/calendar/gui/alarm-notify/config-data.c
index 23ec04826a..3cad23d5cd 100644
--- a/calendar/gui/alarm-notify/config-data.c
+++ b/calendar/gui/alarm-notify/config-data.c
@@ -93,7 +93,7 @@ ensure_inited (void)
}
GConfClient *
-config_data_get_listener (void)
+config_data_get_conf_client (void)
{
ensure_inited ();
return conf_client;