diff -r 8ba833993a11 -r c6d76b49c206 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Sun Oct 14 00:26:00 2007 +0000 +++ b/pidgin/gtkstatusbox.c Fri Nov 16 23:30:03 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);