comparison src/account.h @ 10384:b234ad7e0dfe

[gaim-migrate @ 11610] I think this is a better fix for the jabber problem. I think that gaim_account_get_connection should never return NULL when called inside a prpl from a function being called by the core. I think ChipX86 wrote the code that I'm changing that made account->gc = NULL. So if he has any objections, he should raise them. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 15 Dec 2004 22:25:55 +0000
parents af06746954de
children 6a043ae92db6
comparison
equal deleted inserted replaced
10383:f2035bdc4272 10384:b234ad7e0dfe
60 gboolean remember_pass; /**< Remember the password. */ 60 gboolean remember_pass; /**< Remember the password. */
61 61
62 char *protocol_id; /**< The ID of the protocol. */ 62 char *protocol_id; /**< The ID of the protocol. */
63 63
64 GaimConnection *gc; /**< The connection handle. */ 64 GaimConnection *gc; /**< The connection handle. */
65 gboolean disconnecting; /**< The account is currently disconnecting */
65 66
66 GHashTable *settings; /**< Protocol-specific settings. */ 67 GHashTable *settings; /**< Protocol-specific settings. */
67 GHashTable *ui_settings; /**< UI-specific settings. */ 68 GHashTable *ui_settings; /**< UI-specific settings. */
68 69
69 GaimProxyInfo *proxy_info; /**< Proxy information. This will be set */ 70 GaimProxyInfo *proxy_info; /**< Proxy information. This will be set */