--- a/pidgin/gtkstatusbox.c Tue Oct 09 18:01:51 2007 +0000 +++ b/pidgin/gtkstatusbox.c Wed Oct 10 22:57:51 2007 +0000 @@ -1586,9 +1586,9 @@ msg = g_strdup_printf(_("Are you sure you want to delete %s?"), purple_savedstatus_get_title(saved)); - purple_request_action_with_hint(saved, NULL, msg, NULL, 0, + purple_request_action(saved, NULL, msg, NULL, 0, NULL, NULL, NULL, - "pidgin-statusbox", data, 2, + data, 2, _("Delete"), tree_view_delete_current_selection_cb, _("Cancel"), NULL);