comparison src/dialogs.c @ 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 71661061013d
comparison
equal deleted inserted replaced
1157:27c528068f28 1158:cae996433dc5
1189 1189
1190 label = gtk_label_new(_("Events:")); 1190 label = gtk_label_new(_("Events:"));
1191 1191
1192 /* Set up the different options */ 1192 /* Set up the different options */
1193 b->p_signon = gtk_check_button_new_with_label(_("Sign On")); 1193 b->p_signon = gtk_check_button_new_with_label(_("Sign On"));
1194 gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(b->p_signon), TRUE);
1194 b->p_unaway = gtk_check_button_new_with_label(_("Return from away")); 1195 b->p_unaway = gtk_check_button_new_with_label(_("Return from away"));
1195 b->p_unidle = gtk_check_button_new_with_label(_("Return from idle")); 1196 b->p_unidle = gtk_check_button_new_with_label(_("Return from idle"));
1196 1197
1197 /* Show them */ 1198 /* Show them */
1198 gtk_widget_show(label); 1199 gtk_widget_show(label);