diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-26 08:02:43 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-26 08:02:43 +0800 |
commit | fba8692c75c362bc4fa2c0f872cfdf4fb80b1e5c (patch) | |
tree | 173104d7907889222fa1b39eccd99d144cb80a8c /calendar/ChangeLog | |
parent | 11ca78748823a81e9a063ea5354ff7f0051199eb (diff) | |
download | gsoc2013-evolution-fba8692c75c362bc4fa2c0f872cfdf4fb80b1e5c.tar gsoc2013-evolution-fba8692c75c362bc4fa2c0f872cfdf4fb80b1e5c.tar.gz gsoc2013-evolution-fba8692c75c362bc4fa2c0f872cfdf4fb80b1e5c.tar.bz2 gsoc2013-evolution-fba8692c75c362bc4fa2c0f872cfdf4fb80b1e5c.tar.lz gsoc2013-evolution-fba8692c75c362bc4fa2c0f872cfdf4fb80b1e5c.tar.xz gsoc2013-evolution-fba8692c75c362bc4fa2c0f872cfdf4fb80b1e5c.tar.zst gsoc2013-evolution-fba8692c75c362bc4fa2c0f872cfdf4fb80b1e5c.zip |
compare iCalObjects by their UIDs instead of by their pointers.
* gui/e-day-view.c (e_day_view_find_event_from_ico): compare
iCalObjects by their UIDs instead of by their pointers.
svn path=/trunk/; revision=2617
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index beb21064d6..ec34110476 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,8 @@ 2000-04-25 Seth Alves <alves@hungry.com> + * gui/e-day-view.c (e_day_view_find_event_from_ico): compare + iCalObjects by their UIDs instead of by their pointers. + * pcs/cal-backend.c (cal_backend_destroy): don't save on destroy. 2000-04-25 Ettore Perazzoli <ettore@helixcode.com> |