diff src/aim.c @ 940:9fca1293f871

[gaim-migrate @ 950] Patches from kylev committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 01 Oct 2000 00:20:03 +0000
parents f3c23b3c1ed7
children 0c3bdd59f983
line wrap: on
line diff
--- a/src/aim.c	Sun Oct 01 00:06:43 2000 +0000
+++ b/src/aim.c	Sun Oct 01 00:20:03 2000 +0000
@@ -66,8 +66,8 @@
 GList *deny = NULL;
 GList *log_conversations = NULL;
 GList *buddy_pounces = NULL;
-GList *away_messages = NULL;
-GList *groups = NULL;
+GSList *away_messages = NULL;
+GSList *groups = NULL;
 GList *buddy_chats = NULL;
 GList *conversations = NULL;
 GList *chat_rooms = NULL;
@@ -131,12 +131,6 @@
 
         while (gtk_events_pending())
                gtk_main_iteration();
-
-	/* Why do I need these? */
-	usleep(10);
-	while (gtk_events_pending())
-               gtk_main_iteration();
-	       
 }
 
 void hide_login_progress(char *why)
@@ -148,11 +142,6 @@
 
         while (gtk_events_pending())
                gtk_main_iteration();
-
-	/* Why do I need these? */
-	usleep(10);
-	while (gtk_events_pending())
-               gtk_main_iteration();
 }
 
 static int snd_tmout;