aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/e-itip-control.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8d9c291eae..ed20842624 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,4 +1,8 @@
2000-11-13 Jesse Pavel <jpavel@helixcode.com>
+
+ * gui/e-itip-control.c: made the REPLY code actually work.
+
+2000-11-13 Jesse Pavel <jpavel@helixcode.com>
* gui/itip-utils.[ch]: I created this file to store some commonly used enumeration to
string mappings and functions.
diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c
index 6c9ae51509..a8151b01bf 100644
--- a/calendar/gui/e-itip-control.c
+++ b/calendar/gui/e-itip-control.c
@@ -421,6 +421,7 @@ update_reply_cb (GtkWidget *widget, gpointer data)
}
while (!cal_client_is_loaded (cal_client)) {
+ gtk_main_iteration_do (FALSE); /* Do a non-blocking iteration. */
usleep (200000L); /* Pause for 1/5th of a second before checking again.*/
}