# HG changeset patch # User Mark Doliner # Date 1130121799 0 # Node ID 141368559673e48645e24b94571c517a0d4c9086 # Parent b75d8a37e6033ad4e640965fa8c4e9d382b3e79f [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 diff -r b75d8a37e603 -r 141368559673 src/gtkaccount.c --- 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