diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-12-27 21:36:04 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-12-27 21:36:04 +0800 |
commit | dd22d9bacf944cf16ca75231ddd0eb8ed2aa73cf (patch) | |
tree | ff9ec503841a83fbcba2f8593969f2f5354f56bb /calendar/ChangeLog | |
parent | a5f55d492ee468b7d9be7ab979d4bf7a0c1046c6 (diff) | |
download | gsoc2013-evolution-dd22d9bacf944cf16ca75231ddd0eb8ed2aa73cf.tar.gz gsoc2013-evolution-dd22d9bacf944cf16ca75231ddd0eb8ed2aa73cf.tar.zst gsoc2013-evolution-dd22d9bacf944cf16ca75231ddd0eb8ed2aa73cf.zip |
removed superfluous if check. (e_cal_view_objects_modified_cb): add all
2004-12-26 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (search_by_uid_and_client): removed superfluous if
check.
(e_cal_view_objects_modified_cb): add all objects at once.
svn path=/trunk/; revision=28203
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f7c57a5e0b..f13c775c14 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,9 @@ 2004-12-26 Rodrigo Moya <rodrigo@novell.com> + * gui/e-cal-model.c (search_by_uid_and_client): removed superfluous if + check. + (e_cal_view_objects_modified_cb): add all objects at once. + * gui/e-day-view.c (e_day_view_remove_event_cb): set fields we free to NULL. |