changeset 8903:4ffbbe330ee5

[gaim-migrate @ 9672] This was ugly and didn't work extremely well. If anyone wants to do a better job feel free. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 08 May 2004 07:20:31 +0000
parents cb3dd3a4c71c
children 9a25d7f66d9c
files src/gtkaccount.c
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkaccount.c	Sat May 08 07:19:33 2004 +0000
+++ b/src/gtkaccount.c	Sat May 08 07:20:31 2004 +0000
@@ -373,8 +373,6 @@
 	GtkWidget *frame;
 	GtkWidget *vbox;
 	GtkWidget *entry;
-	GtkWidget *label;
-	GdkColor color;
 	GList *user_splits;
 	GList *l, *l2;
 	char *username = NULL;
@@ -494,15 +492,6 @@
 					   FALSE, FALSE, 0);
 	gtk_widget_show(dialog->remember_pass_check);
 
-	/* The plain text password warning */
-	/* XXX - This color should be from the GTK theme and not hardcoded */
-	label = gtk_label_new_with_mnemonic(_("Warning: Passwords are stored in plain text!"));
-	gdk_color_parse("red", &color);
-	gtk_widget_modify_fg(label, GTK_STATE_NORMAL, &color);
-	gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
-	g_signal_connect(G_OBJECT(dialog->remember_pass_check), "clicked",
-					 G_CALLBACK(gaim_gtk_toggle_showhide), label);
-
 	/* Auto-Login */
 	dialog->auto_login_check =
 		gtk_check_button_new_with_label(_("Auto-login"));