Mercurial > pidgin
diff src/account.c @ 6036:547ba881bc7e
[gaim-migrate @ 6486]
Fix the --login=[NAME] command line argument.
Fix the password prompt when signing on an account with no password set. I
made some similar changes that probably fix problems with the filectl plugin,
using gaim-remote to sign on an account, and signing on an account via perl
script. (The change is calling gaim_account_connect() instead of
serv_login().)
Fix a silly compiler warning.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 05 Jul 2003 22:24:57 +0000 |
| parents | 49ae70ffcea5 |
| children | 80e3641ee9eb |
line wrap: on
line diff
--- a/src/account.c Sat Jul 05 21:54:19 2003 +0000 +++ b/src/account.c Sat Jul 05 22:24:57 2003 +0000 @@ -173,6 +173,9 @@ g_return_val_if_fail(account != NULL, NULL); g_return_val_if_fail(!gaim_account_is_connected(account), NULL); +// if (gaim_account_is_connected(account)) +// return gaim_account_get_connection(account); + gc = gaim_connection_new(account); gaim_debug(GAIM_DEBUG_INFO, "account",
