aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-06-07 22:11:44 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-06-07 22:11:44 +0800
commit94ab074ae6bb7fc8274c4201e53f6890dd357d5e (patch)
treefd76d2050d51cfe6ac91b0230efa0655e8e1cb5c /calendar/ChangeLog
parent5914e863dd76b7d7800170aae25a5c9a45ebf40d (diff)
downloadgsoc2013-evolution-94ab074ae6bb7fc8274c4201e53f6890dd357d5e.tar
gsoc2013-evolution-94ab074ae6bb7fc8274c4201e53f6890dd357d5e.tar.gz
gsoc2013-evolution-94ab074ae6bb7fc8274c4201e53f6890dd357d5e.tar.bz2
gsoc2013-evolution-94ab074ae6bb7fc8274c4201e53f6890dd357d5e.tar.lz
gsoc2013-evolution-94ab074ae6bb7fc8274c4201e53f6890dd357d5e.tar.xz
gsoc2013-evolution-94ab074ae6bb7fc8274c4201e53f6890dd357d5e.tar.zst
gsoc2013-evolution-94ab074ae6bb7fc8274c4201e53f6890dd357d5e.zip
open task lists asynchronously. (client_cal_opened_cb): callback from the
2004-06-07 Rodrigo Moya <rodrigo@novell.com> * gui/e-tasks.c (e_tasks_add_todo_source): open task lists asynchronously. (client_cal_opened_cb): callback from the client when opened. * gui/gnome-cal.c (client_cal_opened_cb): disconnect from all signals of the client when opening it fails. Clean up the status messages correctly, based on source type. (open_ecal): for tasks, use e_calendar_table_set_status_message not e_calendar_view_set_status_message. (gnome_calendar_remove_source_by_uid): call update_query only when removing calendars, not tasks lists. (update_query): set meaningful status messages. svn path=/trunk/; revision=26236
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9a30b2c285..89aef53cf7 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,18 @@
+2004-06-07 Rodrigo Moya <rodrigo@novell.com>
+
+ * gui/e-tasks.c (e_tasks_add_todo_source): open task lists
+ asynchronously.
+ (client_cal_opened_cb): callback from the client when opened.
+
+ * gui/gnome-cal.c (client_cal_opened_cb): disconnect from all
+ signals of the client when opening it fails. Clean up the status
+ messages correctly, based on source type.
+ (open_ecal): for tasks, use e_calendar_table_set_status_message
+ not e_calendar_view_set_status_message.
+ (gnome_calendar_remove_source_by_uid): call update_query only when
+ removing calendars, not tasks lists.
+ (update_query): set meaningful status messages.
+
2004-06-06 Vardhman Jain <vardhman@students.iiit.net>
* Bug #36247