libpurple/protocols/jabber/usernick.c

changeset 21234
bb34c0fd67c3
parent 21233
e75de8db4f2b
child 21351
4c83d3121e8b
--- a/libpurple/protocols/jabber/usernick.c	Sun Oct 14 20:53:40 2007 +0000
+++ b/libpurple/protocols/jabber/usernick.c	Fri Nov 16 23:01:12 2007 +0000
@@ -76,7 +76,7 @@
 	purple_request_input_with_hint(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, PURPLE_REQUEST_UI_HINT_BLIST, js);
+		purple_connection_get_account(js->gc), NULL, NULL, PURPLE_REQUEST_HINT_BLIST, js);
 	g_free(oldnickname);
 }
 

mercurial