diff libpurple/protocols/jabber/usernick.c @ 19977:c4ac3aa20ea2

Fixing usernick.c and, for some strange reason, request.h
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 12 Sep 2007 19:57:45 +0000
parents d32ed28cf645
children 591267f6f1d5
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usernick.c	Wed Sep 12 19:49:14 2007 +0000
+++ b/libpurple/protocols/jabber/usernick.c	Wed Sep 12 19:57:45 2007 +0000
@@ -77,7 +77,7 @@
 	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, js);
+		purple_connection_get_account(js->gc), NULL, NULL, "blist", js);
 }
 
 static void do_nick_set_nick(PurplePluginAction *action) {