Fixed REPLY code.
svn path=/trunk/; revision=6573
This commit is contained in:
@ -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
|
||||
|
||||
@ -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.*/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user