diff pidgin/gtksavedstatuses.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 b9680933c2c6
line wrap: on
line diff
--- a/pidgin/gtksavedstatuses.c	Tue Oct 09 18:01:51 2007 +0000
+++ b/pidgin/gtksavedstatuses.c	Wed Oct 10 22:57:51 2007 +0000
@@ -338,9 +338,9 @@
 		handle = dialog;
 	}
 
-	purple_request_action_with_hint(handle, NULL, title, NULL, 0,
+	purple_request_action(handle, NULL, title, NULL, 0,
 		 NULL, NULL, NULL,
-		 "statuses", sel_titles, 2,
+		 sel_titles, 2,
 		_("Delete"), status_window_delete_confirm_cb,
 		_("Cancel"), status_window_delete_cancel_cb);