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.*/ }