Mercurial > pidgin
comparison finch/gntaccount.h @ 19768:41cad24fd6df
Instead of just notifying the user about a connection error, give him options
to re-enable the account, or change account settings.
(This does not introduce any new strings)
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 12 Sep 2007 13:24:12 +0000 |
parents | 44b4e8bd759b |
children | 6bf32c9e15a7 |
comparison
equal
deleted
inserted
replaced
19765:6060bc0a8cca | 19768:41cad24fd6df |
---|---|
52 /** | 52 /** |
53 * Show the account-manager dialog. | 53 * Show the account-manager dialog. |
54 */ | 54 */ |
55 void finch_accounts_show_all(void); | 55 void finch_accounts_show_all(void); |
56 | 56 |
57 /** | |
58 * Show the edit dialog for an account. | |
59 * | |
60 * @param account The account to edit, or @c NULL to create a new account. | |
61 */ | |
62 void finch_account_dialog_show(PurpleAccount *account); | |
63 | |
57 /*@}*/ | 64 /*@}*/ |
58 | 65 |
59 #endif | 66 #endif |