aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-itip-control.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c
index d1de4301e2..e07fa0bb4d 100644
--- a/calendar/gui/e-itip-control.c
+++ b/calendar/gui/e-itip-control.c
@@ -2420,6 +2420,9 @@ ok_clicked_cb (GtkWidget *widget, gpointer data)
priv = itip->priv;
+ if (!priv->my_address && priv->current_ecal != NULL)
+ e_cal_get_cal_address (priv->current_ecal, &priv->my_address, NULL);
+
switch (priv->action) {
case 'U':
update_item (itip);