diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-30 22:47:38 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-30 22:47:38 +0800 |
commit | 336efb38c6245c06f48704a0f0c07693bf58f9ee (patch) | |
tree | d94b539a274e309f27d29eb366b8754a16fb5a21 /calendar/gui/event-editor.h | |
parent | 886713b8b1393dca9f9c9abe87ccb928eca8c0ef (diff) | |
download | gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.gz gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.bz2 gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.lz gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.xz gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.zst gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.zip |
Flush - Federico
svn path=/trunk/; revision=3280
Diffstat (limited to 'calendar/gui/event-editor.h')
-rw-r--r-- | calendar/gui/event-editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/event-editor.h b/calendar/gui/event-editor.h index 00646afd75..b3a9550555 100644 --- a/calendar/gui/event-editor.h +++ b/calendar/gui/event-editor.h @@ -70,10 +70,12 @@ GtkWidget *event_editor_construct (EventEditor *ee, GnomeCalendar *gcal, iCalObj GtkWidget *event_editor_new (GnomeCalendar *gcal, iCalObject *ico); +#if 0 /* Convenience function to create and show a new event editor for an * event that goes from day_begin to day_end of the specified day. */ void event_editor_new_whole_day (GnomeCalendar *owner, time_t day); +#endif GtkWidget *make_date_edit (void); GtkWidget *make_date_edit_with_time (void); |