pidgin/gtkstatusbox.c

changeset 21171
c6934783d152
parent 21162
8359073125ba
child 21174
8ba833993a11
--- 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);
 

mercurial