diff libpurple/protocols/jabber/usernick.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 285bb637a2b7
children cab348e39751
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usernick.c	Tue Oct 09 18:01:51 2007 +0000
+++ b/libpurple/protocols/jabber/usernick.c	Wed Oct 10 22:57:51 2007 +0000
@@ -73,10 +73,10 @@
 			oldnickname = xmlnode_get_data(nick);
 	}
 	
-	purple_request_input_with_hint(js->gc, _("Set User Nickname"), _("Please specify a new nickname for you."),
+	purple_request_input(js->gc, _("Set User Nickname"), _("Please specify a new nickname for you."),
 		_("This information is visible to all contacts on your contact list, so choose something appropriate."),
 		oldnickname, FALSE, FALSE, NULL, _("Set"), PURPLE_CALLBACK(do_nick_set), _("Cancel"), NULL,
-		purple_connection_get_account(js->gc), NULL, NULL, "blist", js);
+		purple_connection_get_account(js->gc), NULL, NULL, js);
 	g_free(oldnickname);
 }