# HG changeset patch # User Richard Laager # Date 1179563002 0 # Node ID 0b509cb0e6e579c7bb6d9019411cbb6408b66a03 # Parent 41ae5efe745c59c8eb26f2c2ccc40ffa562db112 Make the blist showing actually work. diff -r 41ae5efe745c -r 0b509cb0e6e5 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; }