diff -r e093c956c5e5 -r c0aef3b64c56 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Sat Sep 07 02:30:39 2013 +0530 +++ b/pidgin/gtkstatusbox.c Thu Sep 12 19:08:48 2013 +0530 @@ -1600,7 +1600,7 @@ msg = g_strdup_printf(_("Are you sure you want to delete %s?"), purple_savedstatus_get_title(saved)); purple_request_action(saved, NULL, msg, NULL, 0, - NULL, NULL, NULL, + NULL, data, 2, _("Delete"), tree_view_delete_current_selection_cb, _("Cancel"), NULL);