# HG changeset patch # User Gabriel Schulhof # Date 1189627694 0 # Node ID 2c495b5e2193010f665ea3a8ffcfd919a0ab05af # Parent 91964384472ddb988225e0adb45bc69a5dfc1d66 Fixing gntaccount.c diff -r 91964384472d -r 2c495b5e2193 finch/gntaccount.c --- a/finch/gntaccount.c Wed Sep 12 20:04:10 2007 +0000 +++ b/finch/gntaccount.c Wed Sep 12 20:08:14 2007 +0000 @@ -632,7 +632,7 @@ purple_account_get_username(account)); purple_request_action(account, _("Delete Account"), prompt, NULL, 0, - account, NULL, NULL, account, 2, + account, NULL, NULL, "accounts", account, 2, _("Delete"), really_delete_account, _("Cancel"), NULL); g_free(prompt); @@ -883,7 +883,7 @@ purple_request_action(NULL, NULL, _("Add buddy to your list?"), buffer, PURPLE_DEFAULT_ACTION_NONE, account, remote_user, NULL, - data, 2, + "blist", data, 2, _("Add"), G_CALLBACK(add_user_cb), _("Cancel"), G_CALLBACK(free_add_user_data)); g_free(buffer); @@ -971,7 +971,7 @@ widget = purple_request_action(NULL, _("Authorize buddy?"), buffer, NULL, PURPLE_DEFAULT_ACTION_NONE, account, remote_user, NULL, - aa, 2, + "blist", aa, 2, _("Authorize"), authorize_and_add_cb, _("Deny"), deny_no_add_cb); gnt_screen_release(widget); @@ -998,7 +998,7 @@ uihandle = purple_request_action(NULL, _("Authorize buddy?"), buffer, NULL, PURPLE_DEFAULT_ACTION_NONE, account, remote_user, NULL, - user_data, 2, + "blist", user_data, 2, _("Authorize"), auth_cb, _("Deny"), deny_cb); }