changeset 5782:087b4b5abe35

[gaim-migrate @ 6207] Fixed the weird bug where the table got wacko (that's the official term) when clicking the Auto-Login box. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 07 Jun 2003 02:14:40 +0000
parents c8837160add6
children d4171d0bc80a
files src/gtkaccount.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkaccount.c	Sat Jun 07 01:00:26 2003 +0000
+++ b/src/gtkaccount.c	Sat Jun 07 02:14:40 2003 +0000
@@ -1422,11 +1422,10 @@
 	gtk_tree_view_column_add_attribute(column, renderer,
 					   "text", COLUMN_SCREENNAME);
 	dialog->screenname_col = column;
-	gtk_tree_view_column_set_sizing(column, GTK_TREE_VIEW_COLUMN_AUTOSIZE);
 
 	/* Online? */
 	renderer = gtk_cell_renderer_toggle_new();
-	
+
 	g_signal_connect(G_OBJECT(renderer), "toggled",
 			 G_CALLBACK(online_cb), dialog);