diff options
author | Robert Brady <rwb197@ecs.soton.ac.uk> | 1999-06-06 11:55:58 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-06-06 11:55:58 +0800 |
commit | 229005f6b1aad62105a6f6f7f529c3088cfb71cd (patch) | |
tree | 81e68270046d47c72c52d9159db609f5294104b4 /calendar/gui/gnome-cal.h | |
parent | 3b1fe766a88f56bb10eb6dfe2a75e8ab211a5718 (diff) | |
download | gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar.gz gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar.bz2 gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar.lz gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar.xz gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar.zst gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.zip |
Fix abort() problem with the year view. (Bug #1367). Thanks to Owen Cliffe
1999-06-04 Robert Brady <rwb197@ecs.soton.ac.uk>
* gnome-cal.h, gnome-cal.c: Fix abort() problem with the year view.
(Bug #1367). Thanks to Owen Cliffe <oc197@ecs.soton.ac.uk> for
helping track it down.
svn path=/trunk/; revision=971
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |