Mercurial > pidgin
changeset 19874:9d46c706afa5
Added hints to jabber chat.c
| author | Gabriel Schulhof <nix@go-nix.ca> |
|---|---|
| date | Sun, 12 Aug 2007 17:48:53 +0000 |
| parents | ab8099bcc9ba |
| children | 25517a27771d |
| files | libpurple/protocols/jabber/chat.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/chat.c Sun Aug 12 17:42:54 2007 +0000 +++ b/libpurple/protocols/jabber/chat.c Sun Aug 12 17:48:53 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; }
