finch/gntconn.c

changeset 21351
4c83d3121e8b
parent 21234
bb34c0fd67c3
parent 21226
a60b30c9eeb5
child 21352
e10c4ea18f7c
equal deleted inserted replaced
21350:84875f5cae2e 21351:4c83d3121e8b
130 "Finch will not attempt to reconnect the account until you " 130 "Finch will not attempt to reconnect the account until you "
131 "correct the error and re-enable the account."), text); 131 "correct the error and re-enable the account."), text);
132 132
133 purple_request_action_with_hint(account, NULL, primary, secondary, 2, 133 purple_request_action_with_hint(account, NULL, primary, secondary, 2,
134 account, NULL, NULL, 134 account, NULL, NULL,
135 PURPLE_REQUEST_HINT_BLIST, account, 3, 135 "blist", account, 3,
136 _("OK"), NULL, 136 _("OK"), NULL,
137 _("Modify Account"), PURPLE_CALLBACK(ce_modify_account_cb), 137 _("Modify Account"), PURPLE_CALLBACK(ce_modify_account_cb),
138 _("Re-enable Account"), PURPLE_CALLBACK(ce_enable_account_cb)); 138 _("Re-enable Account"), PURPLE_CALLBACK(ce_enable_account_cb));
139 139
140 g_free(act); 140 g_free(act);

mercurial