pidgin/gtkaccount.c

changeset 34331
c8486462bb63
parent 34329
ddbc1337332c
child 34449
bbcb198650b7
child 34940
c0aef3b64c56
equal deleted inserted replaced
34330:35d5e8fcc07b 34331:c8486462bb63
2120 buf = g_strdup_printf(_("Are you sure you want to delete %s?"), 2120 buf = g_strdup_printf(_("Are you sure you want to delete %s?"),
2121 purple_account_get_username(account)); 2121 purple_account_get_username(account));
2122 2122
2123 purple_request_close_with_handle(account); 2123 purple_request_close_with_handle(account);
2124 purple_request_action(account, NULL, buf, NULL, 2124 purple_request_action(account, NULL, buf, NULL,
2125 PURPLE_DEFAULT_ACTION_NONE, 2125 PURPLE_DEFAULT_ACTION_NONE,
2126 account, NULL, NULL, 2126 purple_request_cpar_from_account(account), account, 2,
2127 account, 2, 2127 _("Delete"), delete_account_cb, _("Cancel"), NULL);
2128 _("Delete"), delete_account_cb,
2129 _("Cancel"), NULL);
2130 g_free(buf); 2128 g_free(buf);
2131 } 2129 }
2132 } 2130 }
2133 2131
2134 static void 2132 static void

mercurial