aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/editor-page.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/editor-page.h')
-rw-r--r--calendar/gui/dialogs/editor-page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/editor-page.h b/calendar/gui/dialogs/editor-page.h
index 3f9587c9de..48e688ae16 100644
--- a/calendar/gui/dialogs/editor-page.h
+++ b/calendar/gui/dialogs/editor-page.h
@@ -61,7 +61,7 @@ typedef struct {
void (* set_summary) (EditorPage *page, const char *summary);
char *(* get_summary) (EditorPage *page);
- void (* set_dtstart) (EditorPage *page, time_t start);
+ void (* set_dates) (EditorPage *page, time_t start, time_t end);
} EditorPageClass;
GtkType editor_page_get_type (void);
@@ -74,7 +74,7 @@ void editor_page_fill_component (EditorPage *page, CalComponent *comp);
void editor_page_set_summary (EditorPage *page, const char *summary);
char *editor_page_get_summary (EditorPage *page);
-void editor_page_set_dtstart (EditorPage *page, time_t start);
+void editor_page_set_dates (EditorPage *page, time_t start, time_t end);
void editor_page_notify_changed (EditorPage *page);
void editor_page_notify_summary_changed (EditorPage *page);