diff pidgin/gtkstatusbox.c @ 21086:8c9aad9479c0

Removed request stuff - now on pidgin-request-ui-hint
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 10 Oct 2007 22:57:51 +0000
parents fdefa5eb46e2
children cab348e39751
line wrap: on
line diff
--- 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);