changeset 15432:f2f2c3bd26ad

Fixes #41
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 03:50:22 +0000
parents 8a7709e2ed9f
children 974e8112b27e
files pidgin/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sat Jan 27 03:30:08 2007 +0000
+++ b/pidgin/gtkblist.c	Sat Jan 27 03:50:22 2007 +0000
@@ -4887,7 +4887,7 @@
 				STATUS_ICON_COLUMN, status,
 				STATUS_ICON_VISIBLE_COLUMN, TRUE,
 				BUDDY_ICON_COLUMN, avatar ? avatar : gtkblist->empty_avatar,
-				BUDDY_ICON_VISIBLE_COLUMN, TRUE,
+				BUDDY_ICON_VISIBLE_COLUMN,  gaim_prefs_get_bool("/gaim/gtk/blist/show_buddy_icons"),
 				NAME_COLUMN, mark,
 				-1);