diff options
author | JP Rosevear <jpr@ximian.com> | 2002-07-01 22:31:58 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-07-01 22:31:58 +0800 |
commit | 56867f3fe28668dc013dd2f54703ddb7affdbc48 (patch) | |
tree | 60326865cd3e6a31f8a37932184e0d72cea236e9 /calendar/ChangeLog | |
parent | 9fd05c275495a4b3b60309466ee927ead3a8e9ef (diff) | |
download | gsoc2013-evolution-56867f3fe28668dc013dd2f54703ddb7affdbc48.tar.gz gsoc2013-evolution-56867f3fe28668dc013dd2f54703ddb7affdbc48.tar.zst gsoc2013-evolution-56867f3fe28668dc013dd2f54703ddb7affdbc48.zip |
listen for timezone config change (property_change_cb): set the timezone
2002-07-01 JP Rosevear <jpr@ximian.com>
* gui/calendar-config.c (config_read): listen for timezone config
change
(property_change_cb): set the timezone if it changed elsewhere
* gui/main.c (init_bonobo): call bonobo_activate because we make
bonobo related calls before the bonobo_main call
svn path=/trunk/; revision=17335
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f3a70554a4..9f7d80d2bb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2002-07-01 JP Rosevear <jpr@ximian.com> + + * gui/calendar-config.c (config_read): listen for timezone config + change + (property_change_cb): set the timezone if it changed elsewhere + + * gui/main.c (init_bonobo): call bonobo_activate because we make + bonobo related calls before the bonobo_main call + 2002-06-25 Rodrigo Moya <rodrigo@ximian.com> Fixes #25410 @@ -6,8 +15,8 @@ cleanup on removal of clients. (alarm_notify_add_calendar): ditto. -2002-06-25 JP Rosevear <jpr@ximian.com> - +2002-06-27 JP Rosevear <jpr@ximian.com> + * gui/itip-utils.c (comp_compliant): plug leak and actually use the minimal comp we create |