room_chat: rename room_is_active

This commit is contained in:
James Booth
2012-11-07 00:02:43 +00:00
parent 3436a2245d
commit 7c85f0fcb2
4 changed files with 7 additions and 10 deletions

View File

@@ -200,7 +200,7 @@ win_in_chat(void)
int
win_in_groupchat(void)
{
if (room_jid_is_room_chat(_wins[_curr_prof_win].from)) {
if (room_is_active(_wins[_curr_prof_win].from)) {
return 1;
} else {
return 0;