diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-17 08:55:33 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-17 08:55:33 +0800 |
commit | 2bc14e22e9a7964cc73e6551acfe935f6f4d1b8f (patch) | |
tree | 5d359317299b1fd770b8c42f3299ffba6105e114 /calendar/ChangeLog | |
parent | 7d9d3e3df88c1696ae8da85f11fa1f908c1a1da1 (diff) | |
download | gsoc2013-evolution-2bc14e22e9a7964cc73e6551acfe935f6f4d1b8f.tar gsoc2013-evolution-2bc14e22e9a7964cc73e6551acfe935f6f4d1b8f.tar.gz gsoc2013-evolution-2bc14e22e9a7964cc73e6551acfe935f6f4d1b8f.tar.bz2 gsoc2013-evolution-2bc14e22e9a7964cc73e6551acfe935f6f4d1b8f.tar.lz gsoc2013-evolution-2bc14e22e9a7964cc73e6551acfe935f6f4d1b8f.tar.xz gsoc2013-evolution-2bc14e22e9a7964cc73e6551acfe935f6f4d1b8f.tar.zst gsoc2013-evolution-2bc14e22e9a7964cc73e6551acfe935f6f4d1b8f.zip |
emit the added signal for the correct rows
2003-11-16 JP Rosevear <jpr@ximian.com>
* gui/e-cal-model.c (e_cal_view_objects_added_cb): emit the added
signal for the correct rows
svn path=/trunk/; revision=23375
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7183af147d..a09b76a9a9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2003-11-16 JP Rosevear <jpr@ximian.com> + * gui/e-cal-model.c (e_cal_view_objects_added_cb): emit the added + signal for the correct rows + +2003-11-16 JP Rosevear <jpr@ximian.com> + * gui/tasks-component.c (is_in_uids): copy in here (update_uris_for_selection): save the selection (update_selection): update the selection when its changed |