Mercurial > pidgin.yaz
changeset 1158:cae996433dc5
[gaim-migrate @ 1168]
Default to Send IM
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Tue, 28 Nov 2000 10:41:55 +0000 |
parents | 27c528068f28 |
children | 303bb4328328 |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Tue Nov 28 10:39:35 2000 +0000 +++ b/src/dialogs.c Tue Nov 28 10:41:55 2000 +0000 @@ -1191,6 +1191,7 @@ /* Set up the different options */ b->p_signon = gtk_check_button_new_with_label(_("Sign On")); + gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(b->p_signon), TRUE); b->p_unaway = gtk_check_button_new_with_label(_("Return from away")); b->p_unidle = gtk_check_button_new_with_label(_("Return from idle"));