diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-06-23 15:35:26 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-06-23 15:35:26 +0800 |
commit | cc96d85ef9a68ab4898a9c77bffcc5097e10d7e8 (patch) | |
tree | 79f8a4d7497f3b0d147a38f74f6d9dde2268e5d3 /calendar/gui/dialogs/comp-editor.h | |
parent | 5b1dc9a806557f139200ddbec710bc457cd3f305 (diff) | |
download | gsoc2013-evolution-cc96d85ef9a68ab4898a9c77bffcc5097e10d7e8.tar.gz gsoc2013-evolution-cc96d85ef9a68ab4898a9c77bffcc5097e10d7e8.tar.zst gsoc2013-evolution-cc96d85ef9a68ab4898a9c77bffcc5097e10d7e8.zip |
Bug #646442 - [mail-to-task] Edit event details before adding to calendar
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.h')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h index 3f1ddbb673..aca5c8ef11 100644 --- a/calendar/gui/dialogs/comp-editor.h +++ b/calendar/gui/dialogs/comp-editor.h @@ -86,6 +86,8 @@ struct _CompEditorClass { gboolean visible); void (*show_type) (CompEditor *editor, gboolean visible); + void (*comp_closed) (CompEditor *editor, + gboolean saved); }; typedef enum { |