Fixed REPLY code.

svn path=/trunk/; revision=6573
This commit is contained in:
Jesse Pavel
2000-11-14 20:44:12 +00:00
parent 795541456d
commit 07cada4dbc
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

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