changeset 11784:141368559673

[gaim-migrate @ 14075] I don't like showing the "add an account!" dialog for new users that have 0 accounts. I think showing 3 windows when a new users starts Gaim is too many. It's distracting. It should hopefully be obvious that they need to click the "add" button to get started. If not, someone should modify the accounts list to show a helpful message, like "Click the add button to get started" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 24 Oct 2005 02:43:19 +0000
parents b75d8a37e603
children c90676803a1a
files src/gtkaccount.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkaccount.c	Mon Oct 24 02:15:59 2005 +0000
+++ b/src/gtkaccount.c	Mon Oct 24 02:43:19 2005 +0000
@@ -2471,10 +2471,6 @@
 						dialog, GAIM_CALLBACK(signed_on_off_cb), dialog);
 
 	gtk_widget_show(win);
-
-	/* Display the add account window if no accounts exist. */
-	if (gaim_accounts_get_all() == NULL)
-		gaim_gtk_account_dialog_show(GAIM_GTK_ADD_ACCOUNT_DIALOG, NULL);
 }
 
 void