Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
6058:d5f4ae4f9a02 | 6059:d8cd876e613e |
---|---|
3789 } | 3789 } |
3790 | 3790 |
3791 gtk_widget_show_all(alias_dialog); | 3791 gtk_widget_show_all(alias_dialog); |
3792 | 3792 |
3793 if (info) | 3793 if (info) |
3794 gtk_widget_grab_focus(info->name_entry); | 3794 gtk_widget_grab_focus(info->alias_entry); |
3795 } | 3795 } |
3796 | 3796 |
3797 | 3797 |
3798 static gboolean dont_destroy(gpointer a, gpointer b, gpointer c) | 3798 static gboolean dont_destroy(gpointer a, gpointer b, gpointer c) |
3799 { | 3799 { |