Show "request pending" in /sub show, when request has been sent

This commit is contained in:
James Booth
2012-11-27 22:26:42 +00:00
parent 4b460100ad
commit 2f2fa8de66
8 changed files with 42 additions and 18 deletions

View File

@@ -252,7 +252,7 @@ room_add_to_roster(const char * const room, const char * const nick,
updated = TRUE;
}
PContact contact = p_contact_new(nick, NULL, show, status, NULL);
PContact contact = p_contact_new(nick, NULL, show, status, NULL, FALSE);
g_hash_table_replace(chat_room->roster, strdup(nick), contact);
}