about summary refs log tree commit diff stats
path: root/src/room_chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/room_chat.c')
-rw-r--r--src/room_chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/room_chat.c b/src/room_chat.c
index a55b8910..46cb8ee6 100644
--- a/src/room_chat.c
+++ b/src/room_chat.c
@@ -275,7 +275,7 @@ room_get_roster(const char * const room)
     muc_room *chat_room = g_hash_table_lookup(rooms, room);
 
     if (chat_room != NULL) {
-        return g_hash_table_get_keys(chat_room->roster);
+        return g_hash_table_get_values(chat_room->roster);
     } else {
         return NULL;
     }