diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-21 05:27:53 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-21 05:27:53 +0800 |
commit | 57ee9b0d0130191ee04f2601e60a92eee8271ac9 (patch) | |
tree | 33cb8d3c709a80ee4ab217948f98a46040039159 /calendar/gui/event-editor.c | |
parent | 2da3ba3890493284503868269891bed6420355b4 (diff) | |
download | gsoc2013-evolution-57ee9b0d0130191ee04f2601e60a92eee8271ac9.tar.gz gsoc2013-evolution-57ee9b0d0130191ee04f2601e60a92eee8271ac9.tar.zst gsoc2013-evolution-57ee9b0d0130191ee04f2601e60a92eee8271ac9.zip |
added more (unworking) integration with the
meeting schedular.
svn path=/trunk/; revision=6088
Diffstat (limited to 'calendar/gui/event-editor.c')
-rw-r--r-- | calendar/gui/event-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c index 97e98db1b4..dc90309fe5 100644 --- a/calendar/gui/event-editor.c +++ b/calendar/gui/event-editor.c @@ -1183,7 +1183,7 @@ schedule_meeting_cb (GtkWidget *widget, gpointer data) priv = (EventEditorPrivate *)ee->priv; - editor = e_meeting_editor_new (priv->comp, priv->client); + editor = e_meeting_editor_new (priv->comp, priv->client, ee); e_meeting_edit (editor); e_meeting_editor_free (editor); } |