From 07cada4dbc0e188e84579406ea0da2c7af2e5a0b Mon Sep 17 00:00:00 2001 From: Jesse Pavel Date: Tue, 14 Nov 2000 20:44:12 +0000 Subject: [PATCH] Fixed REPLY code. svn path=/trunk/; revision=6573 --- calendar/ChangeLog | 4 ++++ calendar/gui/e-itip-control.c | 1 + 2 files changed, 5 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8d9c291eae..ed20842624 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2000-11-13 Jesse Pavel + + * gui/e-itip-control.c: made the REPLY code actually work. + 2000-11-13 Jesse Pavel * gui/itip-utils.[ch]: I created this file to store some commonly used enumeration to 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.*/ }