comparison src/account.h @ 5643:eb685809108b

[gaim-migrate @ 6057] When a prpl couldn't load, the account's prpl ID got set to -1 and the account config file had to be manually editted. Now that's fixed, and it stores the ID on load and writes it on save. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 01 Jun 2003 21:36:40 +0000
parents 86456ec3ca25
children 46d7ad0dfa26
comparison
equal deleted inserted replaced
5642:1693a3027dc8 5643:eb685809108b
39 39
40 gboolean remember_pass; /**< Remember the password. */ 40 gboolean remember_pass; /**< Remember the password. */
41 gboolean check_mail; /**< Check for mail. */ 41 gboolean check_mail; /**< Check for mail. */
42 42
43 GaimProtocol protocol; /**< The account protocol. */ 43 GaimProtocol protocol; /**< The account protocol. */
44 char *protocol_id; /**< The ID of the protocol. */
44 45
45 GaimConnection *gc; /**< The connection handle. */ 46 GaimConnection *gc; /**< The connection handle. */
46 47
47 GHashTable *settings; /**< Protocol-specific settings. */ 48 GHashTable *settings; /**< Protocol-specific settings. */
48 49