| 1138 pouncer = purple_account_get_username(account); |
1138 pouncer = purple_account_get_username(account); |
| 1139 pouncee = purple_pounce_get_pouncee(pounce); |
1139 pouncee = purple_pounce_get_pouncee(pounce); |
| 1140 |
1140 |
| 1141 buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer); |
1141 buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer); |
| 1142 purple_request_action(pounce, NULL, buf, NULL, 0, |
1142 purple_request_action(pounce, NULL, buf, NULL, 0, |
| 1143 account, pouncee, NULL, |
1143 purple_request_cpar_from_account(account), |
| 1144 pounce, 2, |
1144 pounce, 2, _("Delete"), pounces_manager_delete_confirm_cb, |
| 1145 _("Delete"), pounces_manager_delete_confirm_cb, |
1145 _("Cancel"), NULL); |
| 1146 _("Cancel"), NULL); |
|
| 1147 g_free(buf); |
1146 g_free(buf); |
| 1148 } |
1147 } |
| 1149 |
1148 |
| 1150 static void |
1149 static void |
| 1151 pounces_manager_delete_cb(GtkButton *button, gpointer user_data) |
1150 pounces_manager_delete_cb(GtkButton *button, gpointer user_data) |