diff src/aim.c @ 155:8f5bc6859549

[gaim-migrate @ 165] This should fix the "can't enter password" bug, even though I can't reproduce it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 24 Apr 2000 02:25:23 +0000
parents 436bead8f65d
children aad89d9bce85
line wrap: on
line diff
--- a/src/aim.c	Mon Apr 24 01:49:36 2000 +0000
+++ b/src/aim.c	Mon Apr 24 02:25:23 2000 +0000
@@ -415,9 +415,7 @@
 
 
 		gtk_widget_grab_focus(signon);
-	} else
-		gtk_widget_grab_focus(name);
-
+	}
 
 
 	gtk_signal_connect(GTK_OBJECT(remember), "clicked", GTK_SIGNAL_FUNC(set_general_option), (int *)OPT_GEN_REMEMBER_PASS);