changeset 17731:0b509cb0e6e5

Make the blist showing actually work.
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 May 2007 08:23:22 +0000
parents 41ae5efe745c
children 4d94d44ed260
files pidgin/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	}