diff pidgin/gtkblist.c @ 16102:f3559f8d2fc1

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.
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Apr 2007 19:06:19 +0000
parents 5311fcd9fbfb
children 6167ee79ecd0
line wrap: on
line diff
--- 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);