comparison src/gtksavedstatuses.c @ 12238:40f6334bb424

[gaim-migrate @ 14540] This leak was not a leak, sorry! committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 27 Nov 2005 18:46:14 +0000
parents 3294e27cb54a
children b7a51e68d0b8
comparison
equal deleted inserted replaced
12237:3294e27cb54a 12238:40f6334bb424
293 293
294 buf = g_strdup_printf(_("Are you sure you want to delete %s?"), title); 294 buf = g_strdup_printf(_("Are you sure you want to delete %s?"), title);
295 gaim_request_action(NULL, NULL, buf, NULL, 0, title, 2, 295 gaim_request_action(NULL, NULL, buf, NULL, 0, title, 2,
296 _("Delete"), status_window_delete_confirm_cb, 296 _("Delete"), status_window_delete_confirm_cb,
297 _("Cancel"), g_free); 297 _("Cancel"), g_free);
298 g_free(title);
299 g_free(buf); 298 g_free(buf);
300 } 299 }
301 300
302 static void 301 static void
303 status_window_delete_cb(GtkButton *button, gpointer user_data) 302 status_window_delete_cb(GtkButton *button, gpointer user_data)