diff src/dialogs.c @ 6059:d8cd876e613e

[gaim-migrate @ 6509] I made a lot of server.c functions use const chat * instead of const * Made the alias entry have focus in the alias buddy dialog. Fixed a typo thanks to J. Silvestri committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 08 Jul 2003 03:36:41 +0000
parents d5f4ae4f9a02
children 3a40666c08b4
line wrap: on
line diff
--- a/src/dialogs.c	Tue Jul 08 02:33:17 2003 +0000
+++ b/src/dialogs.c	Tue Jul 08 03:36:41 2003 +0000
@@ -3791,7 +3791,7 @@
 	gtk_widget_show_all(alias_dialog);
 
 	if (info)
-		gtk_widget_grab_focus(info->name_entry);
+		gtk_widget_grab_focus(info->alias_entry);
 }