comparison finch/gntconn.c @ 21086:8c9aad9479c0

Removed request stuff - now on pidgin-request-ui-hint
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 10 Oct 2007 22:57:51 +0000
parents fdefa5eb46e2
children cab348e39751
comparison
equal deleted inserted replaced
21077:488796f5ba33 21086:8c9aad9479c0
128 primary = g_strdup_printf(_("%s disconnected."), act); 128 primary = g_strdup_printf(_("%s disconnected."), act);
129 secondary = g_strdup_printf(_("%s\n\n" 129 secondary = g_strdup_printf(_("%s\n\n"
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(account, NULL, primary, secondary, 2,
134 account, NULL, NULL, 134 account, NULL, NULL,
135 "blist", account, 3, 135 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);