comparison pidgin/gtkaccount.c @ 21095:cab348e39751

disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 00:26:00 +0000
parents 8c9aad9479c0
children 84b9b98070e5 51cf02dbdb0e
comparison
equal deleted inserted replaced
21086:8c9aad9479c0 21095:cab348e39751
1899 1899
1900 buf = g_strdup_printf(_("Are you sure you want to delete %s?"), 1900 buf = g_strdup_printf(_("Are you sure you want to delete %s?"),
1901 purple_account_get_username(account)); 1901 purple_account_get_username(account));
1902 1902
1903 purple_request_close_with_handle(account); 1903 purple_request_close_with_handle(account);
1904 purple_request_action(account, NULL, buf, NULL, 0, 1904 purple_request_action_with_hint(account, NULL, buf, NULL, 0,
1905 account, NULL, NULL, 1905 account, NULL, NULL,
1906 account, 2, 1906 "accounts", account, 2,
1907 _("Delete"), delete_account_cb, 1907 _("Delete"), delete_account_cb,
1908 _("Cancel"), NULL); 1908 _("Cancel"), NULL);
1909 g_free(buf); 1909 g_free(buf);
1910 } 1910 }
1911 } 1911 }