changeset 13674:183c177d8cdd

[gaim-migrate @ 16076] When the system tray plugin is enabled and the buddy list is hidden, unhide the buddy list when unloading the plugin committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 21 Apr 2006 03:54:35 +0000
parents 5948086807cd
children 53fdb7cc6940
files src/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkblist.c	Fri Apr 21 03:06:19 2006 +0000
+++ b/src/gtkblist.c	Fri Apr 21 03:54:35 2006 +0000
@@ -5040,7 +5040,7 @@
 	if (visibility_manager_count)
 		visibility_manager_count--;
 	if (!visibility_manager_count)
-		gaim_blist_set_visible(gaim_prefs_get_bool("/gaim/gtk/blist/list_visible"));
+		gaim_blist_set_visible(TRUE);
 	gaim_debug_info("gtkblist", "removed visibility manager: %d\n", visibility_manager_count);
 }