eperez noticed that there's an extra unused column here.

Thu, 29 May 2008 01:59:52 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 29 May 2008 01:59:52 +0000
changeset 23376
d8292fe4bb5c
parent 23375
7381f18647da
child 23377
c7933e1ee27b

eperez noticed that there's an extra unused column here.

pidgin/gtkaccount.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkaccount.c	Wed May 28 22:39:51 2008 +0000
+++ b/pidgin/gtkaccount.c	Thu May 29 01:59:52 2008 +0000
@@ -2191,8 +2191,7 @@
 					G_TYPE_STRING,     /* COLUMN_SCREENNAME */
 					G_TYPE_BOOLEAN,    /* COLUMN_ENABLED */
 					G_TYPE_STRING,     /* COLUMN_PROTOCOL */
-					G_TYPE_POINTER,    /* COLUMN_DATA */
-					G_TYPE_POINTER     /* COLUMN_PULSE_DATA */
+					G_TYPE_POINTER     /* COLUMN_DATA */
 					);
 
 	/* And now the actual treeview */

mercurial