aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-06 02:44:38 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-06 02:44:38 +0800
commit6c267bc56a9c5d6021c9a6d36af87804f2080e2c (patch)
tree17d031d9b9edb22d8d274c3d2fecf25d6d8a5dca /calendar/ChangeLog
parent222ffe3a377d085079a8c69457bef3a6a1523241 (diff)
downloadgsoc2013-evolution-6c267bc56a9c5d6021c9a6d36af87804f2080e2c.tar
gsoc2013-evolution-6c267bc56a9c5d6021c9a6d36af87804f2080e2c.tar.gz
gsoc2013-evolution-6c267bc56a9c5d6021c9a6d36af87804f2080e2c.tar.bz2
gsoc2013-evolution-6c267bc56a9c5d6021c9a6d36af87804f2080e2c.tar.lz
gsoc2013-evolution-6c267bc56a9c5d6021c9a6d36af87804f2080e2c.tar.xz
gsoc2013-evolution-6c267bc56a9c5d6021c9a6d36af87804f2080e2c.tar.zst
gsoc2013-evolution-6c267bc56a9c5d6021c9a6d36af87804f2080e2c.zip
no need to connect to the "cal_opened" signal on the task client. Also,
2004-01-05 Rodrigo Moya <rodrigo@ximian.com> * gui/gnome-cal.c (gnome_calendar_construct): no need to connect to the "cal_opened" signal on the task client. Also, added code to add the client to the ECalendarTable's model. (client_cal_opened_cb, update_e_cal_view_timeout): removed unneeded function. svn path=/trunk/; revision=24049
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 50af47523d..a95b6a2b02 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,13 @@
2004-01-05 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/gnome-cal.c (gnome_calendar_construct): no need to connect to
+ the "cal_opened" signal on the task client. Also, added code to
+ add the client to the ECalendarTable's model.
+ (client_cal_opened_cb, update_e_cal_view_timeout): removed unneeded
+ function.
+
+2004-01-05 Rodrigo Moya <rodrigo@ximian.com>
+
* gui/gnome-cal.c (gnome_calendar_construct): display the tasks'
primary selection in the task list, and actually open the tasks
folder.