diff src/protocols/oscar/oscar.c @ 7082:25a616f16b6c

[gaim-migrate @ 7647] Added more core wrappers for the glib mainloops, and replaced the last GTK+ code in OSCAR with them. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 22:55:22 +0000
parents fc9c74cfb306
children 3100a6e03644
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Sep 30 22:49:00 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Sep 30 22:55:22 2003 +0000
@@ -5600,8 +5600,7 @@
 		dim->watcher = 0;
 	}
 	/* XXX is this really necessary? */
-	while (gtk_events_pending())
-		gtk_main_iteration();
+	gaim_core_mainloop_finish_events();
 
 	c = gaim_find_conversation_with_account(sn, gaim_connection_get_account(gc));
 	if (c != NULL)