aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/event-editor.h')
-rw-r--r--calendar/gui/event-editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/event-editor.h b/calendar/gui/event-editor.h
index 8e95e08cfb..244d8bb6e6 100644
--- a/calendar/gui/event-editor.h
+++ b/calendar/gui/event-editor.h
@@ -52,8 +52,8 @@ struct _EventEditorClass {
/* Notification signals */
- void (* save_ical_object) (EventEditor *ee, CalComponent *comp);
- void (* ical_object_released) (EventEditor *ee, const char *uid);
+ void (* save_event_object) (EventEditor *ee, CalComponent *comp);
+ void (* released_event_object) (EventEditor *ee, const char *uid);
void (* editor_closed) (EventEditor *ee);
};