changeset 13227:87d2d1230ba2

[gaim-migrate @ 15592] SF Patch #1429712 from Sadrul Fixes SF Bug #1429077 "The pounce should not be freed." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 11 Feb 2006 18:16:04 +0000
parents 51dd24fd8290
children dd1996c9f3b6
files src/gtkpounce.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkpounce.c	Sat Feb 11 18:12:06 2006 +0000
+++ b/src/gtkpounce.c	Sat Feb 11 18:16:04 2006 +0000
@@ -1090,7 +1090,7 @@
 	buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer);
 	gaim_request_action(pounce, NULL, buf, NULL, 0, pounce, 2,
 						_("Delete"), pounces_manager_delete_confirm_cb,
-						_("Cancel"), g_free);
+						_("Cancel"), NULL);
 	g_free(buf);
 }