plugins/msn/msn.c

changeset 1279
fa8db6d5ad69
parent 1278
65d6d845d9a2
child 1282
d5059d50780a
--- a/plugins/msn/msn.c	Thu Dec 14 19:40:47 2000 +0000
+++ b/plugins/msn/msn.c	Thu Dec 14 19:46:10 2000 +0000
@@ -490,6 +490,8 @@
 	
 	g_snprintf(buf, sizeof(buf), "Signon: %s", gc->username);
 	set_login_progress(gc, 2, buf);
+	while (gtk_events_pending())
+		gtk_main_iteration();
 
 	/* This is where we will attempt to sign on */
 	g_snprintf(buf, 4096, "VER %d %s\n", trId, mdata->protocol);
@@ -603,6 +605,9 @@
 
 	}
 	set_login_progress(gc, 3, "Getting Config");
+	while (gtk_events_pending())
+		gtk_main_iteration();
+
 	g_snprintf(buf, 4096, "SYN %d 0\n", trId);
 	write(mdata->fd, buf, strlen(buf));
 

mercurial