comparison pidgin/gtkpounce.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 0cb8d5304f4f
comparison
equal deleted inserted replaced
21244:a20ef7180680 21335:d4f95419be45
1108 pouncee = purple_pounce_get_pouncee(pounce); 1108 pouncee = purple_pounce_get_pouncee(pounce);
1109 1109
1110 buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer); 1110 buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer);
1111 purple_request_action_with_hint(pounce, NULL, buf, NULL, 0, 1111 purple_request_action_with_hint(pounce, NULL, buf, NULL, 0,
1112 account, pouncee, NULL, 1112 account, pouncee, NULL,
1113 PURPLE_REQUEST_UI_HINT_POUNCEMGR, pounce, 2, 1113 PURPLE_UI_REQUEST_HINT_POUNCEMGR, pounce, 2,
1114 _("Delete"), pounces_manager_delete_confirm_cb, 1114 _("Delete"), pounces_manager_delete_confirm_cb,
1115 _("Cancel"), NULL); 1115 _("Cancel"), NULL);
1116 g_free(buf); 1116 g_free(buf);
1117 } 1117 }
1118 1118