diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-09-02 06:47:32 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-09-02 06:47:32 +0800 |
commit | 91c7d5d800c1b03e014b5fb10dfea6cd8609e627 (patch) | |
tree | 5ff8405ec2ce4c356c3642e8b70180b00b161aab /calendar/ChangeLog | |
parent | 6993fc1c571c50c9d042cc26f0fd0e049492e37c (diff) | |
download | gsoc2013-evolution-91c7d5d800c1b03e014b5fb10dfea6cd8609e627.tar gsoc2013-evolution-91c7d5d800c1b03e014b5fb10dfea6cd8609e627.tar.gz gsoc2013-evolution-91c7d5d800c1b03e014b5fb10dfea6cd8609e627.tar.bz2 gsoc2013-evolution-91c7d5d800c1b03e014b5fb10dfea6cd8609e627.tar.lz gsoc2013-evolution-91c7d5d800c1b03e014b5fb10dfea6cd8609e627.tar.xz gsoc2013-evolution-91c7d5d800c1b03e014b5fb10dfea6cd8609e627.tar.zst gsoc2013-evolution-91c7d5d800c1b03e014b5fb10dfea6cd8609e627.zip |
Use gnome_calendar_construct() so that we can check for proper creation of
2000-09-01 Federico Mena Quintero <federico@helixcode.com>
* gui/gnome-cal.c (gnome_calendar_new): Use
gnome_calendar_construct() so that we can check for proper
creation of the client.
(gnome_calendar_destroy): Check that the client exists before we
unref it.
(gnome_calendar_construct): Do the CalClient creation here. Bind
the views to it here as well instead of in setup_widgets().
(gnome_calendar_init): Call setup_widgets() here.
* gui/e-calendar-table.c (e_calendar_table_destroy): Unref the
model.
2000-09-01 JP Rosevear <jpr@helixcode.com>
svn path=/trunk/; revision=5175
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6fd681656b..1a58d4ce77 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2000-09-01 Federico Mena Quintero <federico@helixcode.com> + + * gui/gnome-cal.c (gnome_calendar_new): Use + gnome_calendar_construct() so that we can check for proper + creation of the client. + (gnome_calendar_destroy): Check that the client exists before we + unref it. + (gnome_calendar_construct): Do the CalClient creation here. Bind + the views to it here as well instead of in setup_widgets(). + (gnome_calendar_init): Call setup_widgets() here. + + * gui/e-calendar-table.c (e_calendar_table_destroy): Unref the + model. + 2000-09-01 JP Rosevear <jpr@helixcode.com> * conduits/todo/todo-conduit.c: Update for new libical. |