aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gnome-cal.c
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1998-04-15 14:37:34 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-15 14:37:34 +0800
commitca50d9fad97731aefa9bca4075ba6f655c6e742e (patch)
tree3016f224fe4f7adbc2552273e1e95c4014b546c2 /calendar/gnome-cal.c
parent32c476890163a5489b655b56a26c79f451135a2c (diff)
downloadgsoc2013-evolution-ca50d9fad97731aefa9bca4075ba6f655c6e742e.tar
gsoc2013-evolution-ca50d9fad97731aefa9bca4075ba6f655c6e742e.tar.gz
gsoc2013-evolution-ca50d9fad97731aefa9bca4075ba6f655c6e742e.tar.bz2
gsoc2013-evolution-ca50d9fad97731aefa9bca4075ba6f655c6e742e.tar.lz
gsoc2013-evolution-ca50d9fad97731aefa9bca4075ba6f655c6e742e.tar.xz
gsoc2013-evolution-ca50d9fad97731aefa9bca4075ba6f655c6e742e.tar.zst
gsoc2013-evolution-ca50d9fad97731aefa9bca4075ba6f655c6e742e.zip
Routine to destory rows array properly.
1998-04-15 Miguel de Icaza <miguel@nuclecu.unam.mx> * gncal-full-day.c (layout_kill_rows): Routine to destory rows array properly. * gncal-year-view.c (gncal_year_view_new): Add missing year in call to strftime. * calobj.c (ical_object_create_from_vobject): Fixed memory leaks from the return values of versit's fakeCString. svn path=/trunk/; revision=136
Diffstat (limited to 'calendar/gnome-cal.c')
-rw-r--r--calendar/gnome-cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gnome-cal.c b/calendar/gnome-cal.c
index 710a9033b9..6be4eb3f1e 100644
--- a/calendar/gnome-cal.c
+++ b/calendar/gnome-cal.c
@@ -83,7 +83,7 @@ setup_widgets (GnomeCalendar *gcal)
gcal->notebook = gtk_notebook_new ();
gcal->week_view = gncal_week_view_new (gcal, now);
- gcal->year_view = gncal_year_view_new ();
+ gcal->year_view = gncal_year_view_new (now);
gcal->task_view = tasks_create (gcal);
setup_day_view (gcal);