From 229005f6b1aad62105a6f6f7f529c3088cfb71cd Mon Sep 17 00:00:00 2001 From: Robert Brady Date: Sun, 6 Jun 1999 03:55:58 +0000 Subject: Fix abort() problem with the year view. (Bug #1367). Thanks to Owen Cliffe 1999-06-04 Robert Brady * gnome-cal.h, gnome-cal.c: Fix abort() problem with the year view. (Bug #1367). Thanks to Owen Cliffe for helping track it down. svn path=/trunk/; revision=971 --- calendar/gui/gnome-cal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/gnome-cal.h') diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index 3939becc52..ae4e5292da 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -28,6 +28,7 @@ typedef struct { GtkWidget *week_view; GtkWidget *month_view; GtkWidget *year_view; + GtkWidget *year_view_sw; void *event_editor; } GnomeCalendar; -- cgit v1.2.3