# HG changeset patch # User Daniel Atallah # Date 1212026392 0 # Node ID 4561cb0c6e9419341e57854c4e9a13eb11ab75ab # Parent bfbd2b03813535998bd5857d6f05052d1dc62361 eperez noticed that there's an extra unused column here. diff -r bfbd2b038135 -r 4561cb0c6e94 pidgin/gtkaccount.c --- 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 */