aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-02 09:55:45 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-02 09:55:45 +0800
commit16829497fd3a11bae35aaa440ee18ede4961ceb9 (patch)
tree6e446e5a7204123b1285bdfae6f293f856baf7f6 /calendar/gui/gnome-cal.c
parent754164e503ba405f85d0ce5123b907a6c5809712 (diff)
downloadgsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar.gz
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar.bz2
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar.lz
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar.xz
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar.zst
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.zip
Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and
2000-09-02 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and calendar/conduits/todo/Makefile to the list of makefiles to output. From calendar/ChangeLog: 2000-09-02 Christopher James Lahey <clahey@helixcode.com> * conduits/calendar/calendar-conduit.c, conduits/todo/todo-conduit.c, gui/e-week-view.c, gui/gnome-cal.c: Fixed some warnings. From mail/ChangeLog: 2000-09-01 Christopher James Lahey <clahey@helixcode.com> * folder-browser.c: Removed a warning. svn path=/trunk/; revision=5179
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index ec70e56cc0..6a8dae19ce 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -1387,6 +1387,7 @@ gnome_calendar_set_selected_time_range (GnomeCalendar *gcal,
gnome_calendar_update_date_navigator (gcal);
}
+#ifndef NO_WARNINGS
/* Callback used when an event editor finishes editing an object */
static void
released_event_object_cb (EventEditor *ee, const char *uid, gpointer data)
@@ -1406,6 +1407,7 @@ released_event_object_cb (EventEditor *ee, const char *uid, gpointer data)
g_hash_table_remove (gcal->object_editor_hash, orig_uid);
g_free (orig_uid);
}
+#endif
/* Callback used when an event editor dialog is closed */
struct editor_closure