Mercurial > pidgin
changeset 15413:a53a71cc6c24
proper spacing for chat nodes
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 25 Jan 2007 20:26:12 +0000 |
parents | e6b40365930c |
children | 0482dae153d4 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Thu Jan 25 08:42:26 2007 +0000 +++ b/pidgin/gtkblist.c Thu Jan 25 20:26:12 2007 +0000 @@ -4855,6 +4855,8 @@ gtk_tree_store_set(gtkblist->treemodel, &iter, STATUS_ICON_COLUMN, status, STATUS_ICON_VISIBLE_COLUMN, TRUE, + BUDDY_ICON_COLUMN, gtkblist->empty_avatar, + BUDDY_ICON_VISIBLE_COLUMN, TRUE, NAME_COLUMN, mark, -1);