diff libpurple/protocols/jabber/chat.c @ 19970:6a0d9fa477d4

propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d) to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 656aa6cb789d7885b3a72600bf323c104d8ebfd8)
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 12 Sep 2007 19:11:38 +0000
parents 481749fc0b6b 9d46c706afa5
children 285bb637a2b7
line wrap: on
line diff
--- a/libpurple/protocols/jabber/chat.c	Wed Sep 12 15:59:22 2007 +0000
+++ b/libpurple/protocols/jabber/chat.c	Wed Sep 12 19:11:38 2007 +0000
@@ -785,7 +785,7 @@
 			_("Find Rooms"), PURPLE_CALLBACK(roomlist_ok_cb),
 			_("Cancel"), PURPLE_CALLBACK(roomlist_cancel_cb),
 			purple_connection_get_account(gc), NULL, NULL,			 
-			js);
+			"chat", js);
 
 	return js->roomlist;
 }