comparison src/account.h @ 11348:efb358543b1d

[gaim-migrate @ 13565] Two changes: 1. Fix the "enabled" button in the accounts editor so that unchecking it will sign off an account. I broke this in one of my commits on August 17th 2. Some changes from Thomas Butter to finishing initializing Gaim, and THEN attempt to sign on accounts. This fixes problems with the crypto API not yet being initialized. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 26 Aug 2005 04:38:36 +0000
parents b8c93c40ee2e
children eb14bbcf7249
comparison
equal deleted inserted replaced
11347:6c1ad49fcb4b 11348:efb358543b1d
744 * 744 *
745 * @return The account, if found, or @c FALSE otherwise. 745 * @return The account, if found, or @c FALSE otherwise.
746 */ 746 */
747 GaimAccount *gaim_accounts_find(const char *name, const char *protocol); 747 GaimAccount *gaim_accounts_find(const char *name, const char *protocol);
748 748
749 /**
750 * This is called by the core after all subsystems and what
751 * not have been initialized. It sets all enabled accounts
752 * to their previous status by signing them on, setting them
753 * away, etc.
754 *
755 * You probably shouldn't call this unless you really know
756 * what you're doing.
757 */
758 void gaim_accounts_restore_previous_statuses();
759
749 /*@}*/ 760 /*@}*/
750 761
751 762
752 /**************************************************************************/ 763 /**************************************************************************/
753 /** @name UI Registration Functions */ 764 /** @name UI Registration Functions */