diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-14 23:02:32 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-14 23:02:32 +0800 |
commit | 66152fe6537418489c2186a5e5c269c6e7c81db3 (patch) | |
tree | 8e65d0de151e07adb43a67c77a4e85c15d004bab /calendar/ChangeLog | |
parent | 979feab18eb378b4623f2edc6a357407e95e3493 (diff) | |
download | gsoc2013-evolution-66152fe6537418489c2186a5e5c269c6e7c81db3.tar.gz gsoc2013-evolution-66152fe6537418489c2186a5e5c269c6e7c81db3.tar.zst gsoc2013-evolution-66152fe6537418489c2186a5e5c269c6e7c81db3.zip |
convert to G_DEFINE_TYPE
2004-10-14 JP Rosevear <jpr@novell.com>
* gui/calendar-view.c: convert to G_DEFINE_TYPE
* gui/calendar-view-factory.c: ditto
* gui/cal-search-bar.c: ditto
* gui/e-cal-component-preview.c: ditto
svn path=/trunk/; revision=27579
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7ae5bc8464..6332e6d2c6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,15 @@ 2004-10-14 JP Rosevear <jpr@novell.com> + * gui/calendar-view.c: convert to G_DEFINE_TYPE + + * gui/calendar-view-factory.c: ditto + + * gui/cal-search-bar.c: ditto + + * gui/e-cal-component-preview.c: ditto + +2004-10-14 JP Rosevear <jpr@novell.com> + * gui/e-week-view-config.c: convert to G_DEFINE_TYPE * gui/e-week-view-event-item.c: ditto |