diff options
Diffstat (limited to 'calendar/gui/event-editor.h')
-rw-r--r-- | calendar/gui/event-editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/event-editor.h b/calendar/gui/event-editor.h index a1d50a0dff..f5b5482e93 100644 --- a/calendar/gui/event-editor.h +++ b/calendar/gui/event-editor.h @@ -53,6 +53,7 @@ struct _EventEditorClass { /* Notification signals */ void (* ical_object_released) (EventEditor *ee, const char *uid); + void (* editor_closed) (EventEditor *ee); }; |