aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2004-09-24 13:13:20 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2004-09-24 13:13:20 +0800
commit466e3e8645f1a4ff22c038c9b1d9a183c8f96643 (patch)
treeda8b5b87245acc671eac9bd4c9b706c89a1f5ff3
parent809fa4df4490bcad9663458df09d4928f865ef55 (diff)
downloadgsoc2013-evolution-466e3e8645f1a4ff22c038c9b1d9a183c8f96643.tar
gsoc2013-evolution-466e3e8645f1a4ff22c038c9b1d9a183c8f96643.tar.gz
gsoc2013-evolution-466e3e8645f1a4ff22c038c9b1d9a183c8f96643.tar.bz2
gsoc2013-evolution-466e3e8645f1a4ff22c038c9b1d9a183c8f96643.tar.lz
gsoc2013-evolution-466e3e8645f1a4ff22c038c9b1d9a183c8f96643.tar.xz
gsoc2013-evolution-466e3e8645f1a4ff22c038c9b1d9a183c8f96643.tar.zst
gsoc2013-evolution-466e3e8645f1a4ff22c038c9b1d9a183c8f96643.zip
Fixes #63513 Now the myaddress can be set to ecal address since ok will be
2004-09-24 Chenthill Palanisamy <pchenthill@novell.com> Fixes #63513 * gui/e-itip-control.c (ok_clicked_cb): Now the myaddress can be set to ecal address since ok will be sentized only when ecal is loaded. svn path=/trunk/; revision=27362
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/e-itip-control.c3
2 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8a6a170703..5a058fe8ab 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2004-09-24 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #63513
+ * gui/e-itip-control.c
+ (ok_clicked_cb): Now the myaddress can be set to ecal address
+ since ok will be sentized only when ecal is loaded.
+
2004-09-22 JP Rosevear <jpr@novell.com>
* gui/calendar-component.c (fill_popup_menu_cb): ditto
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);