libpurple/protocols/jabber/presence.c

changeset 20685
039aef89faf6
parent 20684
4daaf3284863
child 21162
8359073125ba
--- a/libpurple/protocols/jabber/presence.c	Sat Sep 22 09:48:07 2007 +0000
+++ b/libpurple/protocols/jabber/presence.c	Sat Sep 22 16:19:34 2007 +0000
@@ -499,7 +499,7 @@
 						if((chat = jabber_chat_find(js, jid->node, jid->domain))) {
 							chat->config_dialog_type = PURPLE_REQUEST_ACTION;
 							chat->config_dialog_handle =
-								purple_request_action(js->gc,
+								purple_request_action_with_hint(js->gc,
 										_("Create New Room"),
 										_("Create New Room"),
 										_("You are creating a new room.  Would"

mercurial