comparison finch/gntpounce.c @ 19974:7a118cacd4b0

propagate from branch 'im.pidgin.pidgin' (head 671cfe949215447db0da7081a7e1501693ab4f98) to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head ec0c632512dfdd332d217cb3173c05338f1feb1c)
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 19 Aug 2007 13:40:34 +0000
parents b8870878531e
children 6a0d9fa477d4
comparison
equal deleted inserted replaced
19336:1cb5f84cb644 19974:7a118cacd4b0
649 pouncer = purple_account_get_username(account); 649 pouncer = purple_account_get_username(account);
650 pouncee = purple_pounce_get_pouncee(pounce); 650 pouncee = purple_pounce_get_pouncee(pounce);
651 buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer); 651 buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer);
652 purple_request_action(pounce, NULL, buf, NULL, 0, 652 purple_request_action(pounce, NULL, buf, NULL, 0,
653 account, pouncee, NULL, 653 account, pouncee, NULL,
654 pounce, 2, 654 "pounces", pounce, 2,
655 _("Delete"), pounces_manager_delete_confirm_cb, 655 _("Delete"), pounces_manager_delete_confirm_cb,
656 _("Cancel"), NULL); 656 _("Cancel"), NULL);
657 g_free(buf); 657 g_free(buf);
658 } 658 }
659 659