# HG changeset patch # User Rob Flynn # Date 975408115 0 # Node ID cae996433dc504ad4c74205b71695d921644a269 # Parent 27c528068f28ae1e8d42a1f5bb3d0f7404bc4577 [gaim-migrate @ 1168] Default to Send IM committer: Tailor Script diff -r 27c528068f28 -r cae996433dc5 src/dialogs.c --- 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"));