changeset 5715:2d54d2c52c37

[gaim-migrate @ 6136] Taking the "filler" out of the treestore as well. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 03 Jun 2003 17:30:35 +0000
parents f9fb9c989246
children 52f301dbfeaa
files src/gtkaccount.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkaccount.c	Tue Jun 03 15:36:07 2003 +0000
+++ b/src/gtkaccount.c	Tue Jun 03 17:30:35 2003 +0000
@@ -45,7 +45,6 @@
 	COLUMN_SCREENNAME,
 	COLUMN_ONLINE,
 	COLUMN_AUTOLOGIN,
-	COLUMN_FILLER,
 	COLUMN_DATA,
 	NUM_COLUMNS
 };
@@ -1457,7 +1456,6 @@
 			COLUMN_AUTOLOGIN, FALSE,
 			COLUMN_PROTOCOL, proto_name(gaim_account_get_protocol(account)),
 			COLUMN_DATA, account,
-			COLUMN_FILLER, FALSE,
 			-1);
 
 	if (pixbuf != NULL) g_object_unref(G_OBJECT(pixbuf));