# HG changeset patch # User Richard Laager # Date 1179563002 0 # Node ID bde3eeef162e05ac8ef73b218e939321913eeaa6 # Parent 85abd6e343df847e66d3749cce359ca61fc77a59 Make the blist showing actually work. diff -r 85abd6e343df -r bde3eeef162e pidgin/gtkblist.c --- a/pidgin/gtkblist.c Sat May 19 08:03:48 2007 +0000 +++ b/pidgin/gtkblist.c Sat May 19 08:23:22 2007 +0000 @@ -4195,7 +4195,7 @@ {"application/x-im-contact", 0, DRAG_BUDDY}, {"text/x-vcard", 0, DRAG_VCARD }}; if (gtkblist && gtkblist->window) { - purple_blist_set_visible(purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/blist/list_visible")); + purple_blist_set_visible(TRUE); return; }