[gaim-migrate @ 6136]

Tue, 03 Jun 2003 17:30:35 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Tue, 03 Jun 2003 17:30:35 +0000
changeset 5715
9d34516fcb0e
parent 5714
c7f3b577dcea
child 5716
efb909926936

[gaim-migrate @ 6136]
Taking the "filler" out of the treestore as well.

src/gtkaccount.c file | annotate | diff | comparison | revisions
--- 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));

mercurial