[gaim-migrate @ 15592]

Sat, 11 Feb 2006 18:16:04 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sat, 11 Feb 2006 18:16:04 +0000
changeset 13228
d1ef216aba5c
parent 13227
f011e198f246
child 13229
d5c9c7394e02

[gaim-migrate @ 15592]
SF Patch #1429712 from Sadrul
Fixes SF Bug #1429077

"The pounce should not be freed."

committer: Richard Laager <rlaager@pidgin.im>

src/gtkpounce.c file | annotate | diff | comparison | revisions
--- 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);
 }
 

mercurial