aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-08-25 00:08:14 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-08-25 00:08:14 +0800
commitd3d69b8838ff0d10e33809e2552731821875cf02 (patch)
tree58d400dbb976d8d06bf936365a101f75dc8909cf /calendar/ChangeLog
parentca56f39c8f41075870dde30e446349d7155854c1 (diff)
downloadgsoc2013-evolution-d3d69b8838ff0d10e33809e2552731821875cf02.tar
gsoc2013-evolution-d3d69b8838ff0d10e33809e2552731821875cf02.tar.gz
gsoc2013-evolution-d3d69b8838ff0d10e33809e2552731821875cf02.tar.bz2
gsoc2013-evolution-d3d69b8838ff0d10e33809e2552731821875cf02.tar.lz
gsoc2013-evolution-d3d69b8838ff0d10e33809e2552731821875cf02.tar.xz
gsoc2013-evolution-d3d69b8838ff0d10e33809e2552731821875cf02.tar.zst
gsoc2013-evolution-d3d69b8838ff0d10e33809e2552731821875cf02.zip
Fixes #58824
2004-08-24 Rodrigo Moya <rodrigo@novell.com> Fixes #58824 * gui/gnome-cal.c (open_ecal): Only try to open the calendar if not loaded yet. (update_query, client_cal_opened_cb, default_client_cal_opened_cb, backend_died_cb): use always the same view for status messages. (gnome_calendar_set_activity_handler): set the activity handlers on all views, not just the current one. (display_view): no need to set the activity handler here. svn path=/trunk/; revision=27007
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4986cf933e..f6f479e087 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2004-08-24 Rodrigo Moya <rodrigo@novell.com>
+
+ Fixes #58824
+
+ * gui/gnome-cal.c (open_ecal): Only try to open the calendar if not
+ loaded yet.
+ (update_query, client_cal_opened_cb, default_client_cal_opened_cb,
+ backend_died_cb): use always the same view for status messages.
+ (gnome_calendar_set_activity_handler): set the activity handlers on
+ all views, not just the current one.
+ (display_view): no need to set the activity handler here.
+
2004-08-13 Jeffrey Stedfast <fejj@novell.com>
* gui/dialogs/event-page.glade: Make the description scrolled
@@ -15,8 +27,7 @@
one minute
(alarm_notify_add_calendar) : lock ad unlock the new mutex
before and after accessing uri_clients_hash
-
-
+
2004-08-16 JP Rosevear <jpr@ximian.com>
Fixes #62706