For a first time user, don't show the buddy list telling him to go to Accounts>Add/Edit, because Accounts->Add/Edit is already open with its own instructions. Show only one window with instructions and then present the Buddy List when you create your first account.

Sat, 14 Apr 2007 19:06:19 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Sat, 14 Apr 2007 19:06:19 +0000
changeset 16162
5c3fb6457918
parent 16161
a6f32c913f9b
child 16178
b2b44b1dfce1

For a first time user, don't show the buddy list telling him to go to Accounts>Add/Edit, because Accounts->Add/Edit is already open with its own instructions. Show only one window with instructions and then present the Buddy List when you create your first account.

pidgin/gtkaccount.c file | annotate | diff | comparison | revisions
pidgin/gtkblist.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkaccount.c	Sat Apr 14 08:42:17 2007 +0000
+++ b/pidgin/gtkaccount.c	Sat Apr 14 19:06:19 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 08:42:17 2007 +0000
+++ b/pidgin/gtkblist.c	Sat Apr 14 19:06:19 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);

mercurial