diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-05-26 11:51:49 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-26 11:51:49 +0800 |
commit | 9dd60a1845bdb3c0f3a5acd7f0475bfc5f0e8707 (patch) | |
tree | 3f44ba888a7d32ef13c2d5465749d178a4594422 /calendar/ChangeLog | |
parent | 63057dd048e894ccb4ed34fe2e4b975995823618 (diff) | |
download | gsoc2013-evolution-9dd60a1845bdb3c0f3a5acd7f0475bfc5f0e8707.tar.gz gsoc2013-evolution-9dd60a1845bdb3c0f3a5acd7f0475bfc5f0e8707.tar.zst gsoc2013-evolution-9dd60a1845bdb3c0f3a5acd7f0475bfc5f0e8707.zip |
Fix the gc destruction in the unrealization code and fix the pixmap
1998-05-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gncal-full-day.c (gncal_full_day_unrealize): Fix the gc
destruction in the unrealization code and fix the pixmap unrefing.
* main.c (close_cmd): Remove a bad hack that disabled calendar
widget destruction.
svn path=/trunk/; revision=238
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 930e23585a..38dd97b5b7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 1998-05-25 Miguel de Icaza <miguel@nuclecu.unam.mx> + * gncal-full-day.c (gncal_full_day_unrealize): Fix the gc + destruction in the unrealization code and fix the pixmap unrefing. + + * main.c (close_cmd): Remove a bad hack that disabled calendar + widget destruction. + * calobj.c (ical_object_generate_events): Fix for the weekly event generation. Was reported on the bug tracking system. |