changeset 16118:fb4efe5ab1fa

merge of '01e42cca23c49f916ae6e003641408af389cf912' and '65c6f99cb9d7e4af07707353e942056f8e318afc'
author Richard Laager <rlaager@wiktel.com>
date Sat, 14 Apr 2007 19:38:21 +0000
parents f3559f8d2fc1 (diff) 85cb31e3d4d8 (current diff)
children e57d9d5e5c86
files
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkaccount.c	Sat Apr 14 19:38:19 2007 +0000
+++ b/pidgin/gtkaccount.c	Sat Apr 14 19:38:21 2007 +0000
@@ -2029,6 +2029,7 @@
 	gtk_notebook_set_current_page(GTK_NOTEBOOK(accounts_window->notebook),1);
 
 	set_account(accounts_window->model, &iter, account, global_buddyicon);
+	gtk_window_present(pidgin_blist_get_default_gtk_blist()->window);
 }
 
 static gboolean
--- a/pidgin/gtkblist.c	Sat Apr 14 19:38:19 2007 +0000
+++ b/pidgin/gtkblist.c	Sat Apr 14 19:38:21 2007 +0000
@@ -5941,7 +5941,7 @@
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/blist/show_empty_groups", FALSE);
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/blist/show_idle_time", TRUE);
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/blist/show_offline_buddies", FALSE);
-	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/blist/list_visible", TRUE);
+	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/blist/list_visible", FALSE);
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/blist/list_maximized", FALSE);
 	purple_prefs_add_string(PIDGIN_PREFS_ROOT "/blist/sort_type", "alphabetical");
 	purple_prefs_add_int(PIDGIN_PREFS_ROOT "/blist/x", 0);