diff options
author | Andrew T. Veliath <andrewtv@src.gnome.org> | 1998-11-24 15:56:21 +0800 |
---|---|---|
committer | Andrew T. Veliath <andrewtv@src.gnome.org> | 1998-11-24 15:56:21 +0800 |
commit | 5b0d0d575c869fec1f078deee91978f52b878d98 (patch) | |
tree | 0d01d484881196b0b5433a2c205a0961b2bee003 /calendar/gui | |
parent | 5c4be5ae091ba28af3189968ab60a90321f5044a (diff) | |
download | gsoc2013-evolution-5b0d0d575c869fec1f078deee91978f52b878d98.tar gsoc2013-evolution-5b0d0d575c869fec1f078deee91978f52b878d98.tar.gz gsoc2013-evolution-5b0d0d575c869fec1f078deee91978f52b878d98.tar.bz2 gsoc2013-evolution-5b0d0d575c869fec1f078deee91978f52b878d98.tar.lz gsoc2013-evolution-5b0d0d575c869fec1f078deee91978f52b878d98.tar.xz gsoc2013-evolution-5b0d0d575c869fec1f078deee91978f52b878d98.tar.zst gsoc2013-evolution-5b0d0d575c869fec1f078deee91978f52b878d98.zip |
Add missing declaration for GtkWidget *sw.
svn path=/trunk/; revision=487
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/eventedit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c index 7d16e8211a..0f94a87a5d 100644 --- a/calendar/gui/eventedit.c +++ b/calendar/gui/eventedit.c @@ -1350,6 +1350,7 @@ ee_rp_init_exceptions (EventEditor *ee) GtkWidget *vbox; GtkWidget *ivbox; GtkWidget *widget; + GtkWidget *sw; frame = gtk_frame_new (_("Exceptions")); |