Mercurial > pidgin
changeset 23234:4561cb0c6e94
eperez noticed that there's an extra unused column here.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 29 May 2008 01:59:52 +0000 |
parents | bfbd2b038135 |
children | 37866b3e549c |
files | pidgin/gtkaccount.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 */