comparison src/gtkpounce.c @ 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 18d320fdf28c
children 2e6dda9f9159
comparison
equal deleted inserted replaced
13226:51dd24fd8290 13227:87d2d1230ba2
1088 pouncee = gaim_pounce_get_pouncee(pounce); 1088 pouncee = gaim_pounce_get_pouncee(pounce);
1089 1089
1090 buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer); 1090 buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer);
1091 gaim_request_action(pounce, NULL, buf, NULL, 0, pounce, 2, 1091 gaim_request_action(pounce, NULL, buf, NULL, 0, pounce, 2,
1092 _("Delete"), pounces_manager_delete_confirm_cb, 1092 _("Delete"), pounces_manager_delete_confirm_cb,
1093 _("Cancel"), g_free); 1093 _("Cancel"), NULL);
1094 g_free(buf); 1094 g_free(buf);
1095 } 1095 }
1096 1096
1097 static void 1097 static void
1098 pounces_manager_delete_cb(GtkButton *button, gpointer user_data) 1098 pounces_manager_delete_cb(GtkButton *button, gpointer user_data)