diff src/gtkaccount.c @ 7810:10010e717354

[gaim-migrate @ 8457] I made the default option for password options "false." Is that a'ight? Lemme know if you want me to change it back. Just I'll do it man, I'm crazy. <-- mxpxpod has quit ("Guns kill people as much as spoons made Rosie O'Donnell fat..") <Paco-Paco> I love that quit message <Paco-Paco> really I love anything that rips on Rosie <ownt> jeans? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 Dec 2003 22:54:30 +0000
parents 5f1908a49c78
children 8e60ddc28a22
line wrap: on
line diff
--- a/src/gtkaccount.c	Mon Dec 08 07:11:46 2003 +0000
+++ b/src/gtkaccount.c	Mon Dec 08 22:54:30 2003 +0000
@@ -472,7 +472,7 @@
 	dialog->remember_pass_check =
 		gtk_check_button_new_with_label(_("Remember password"));
 	gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dialog->remember_pass_check),
-								 TRUE);
+								 FALSE);
 	gtk_box_pack_start(GTK_BOX(vbox), dialog->remember_pass_check,
 					   FALSE, FALSE, 0);
 	gtk_widget_show(dialog->remember_pass_check);