diff finch/gntpounce.c @ 20598:285bb637a2b7

Updated hinting to be less invasive
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 22 Sep 2007 16:19:34 +0000
parents 591267f6f1d5
children fdefa5eb46e2
line wrap: on
line diff
--- a/finch/gntpounce.c	Sat Sep 22 09:48:07 2007 +0000
+++ b/finch/gntpounce.c	Sat Sep 22 16:19:34 2007 +0000
@@ -660,7 +660,7 @@
 	pouncer = purple_account_get_username(account);
 	pouncee = purple_pounce_get_pouncee(pounce);
 	buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer);
-	purple_request_action(pounce, NULL, buf, NULL, 0,
+	purple_request_action_with_hint(pounce, NULL, buf, NULL, 0,
 						account, pouncee, NULL,
 						"pounces", pounce, 2,
 						_("Delete"), pounces_manager_delete_confirm_cb,