comparison pidgin/gtkaccount.c @ 21335:d4f95419be45

disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:12 +0000
parents a20ef7180680
children 8ae227dca885
comparison
equal deleted inserted replaced
21244:a20ef7180680 21335:d4f95419be45
1902 purple_account_get_username(account)); 1902 purple_account_get_username(account));
1903 1903
1904 purple_request_close_with_handle(account); 1904 purple_request_close_with_handle(account);
1905 purple_request_action_with_hint(account, NULL, buf, NULL, 0, 1905 purple_request_action_with_hint(account, NULL, buf, NULL, 0,
1906 account, NULL, NULL, 1906 account, NULL, NULL,
1907 PURPLE_REQUEST_UI_HINT_ACCOUNTMGR, account, 2, 1907 PURPLE_UI_REQUEST_HINT_ACCOUNTMGR, account, 2,
1908 _("Delete"), delete_account_cb, 1908 _("Delete"), delete_account_cb,
1909 _("Cancel"), NULL); 1909 _("Cancel"), NULL);
1910 g_free(buf); 1910 g_free(buf);
1911 } 1911 }
1912 } 1912 }