diff options
author | James Booth <boothj5@gmail.com> | 2013-02-09 23:50:41 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-02-09 23:50:41 +0000 |
commit | facb2a653b1bf45cc3dd306c56466a6fe74903db (patch) | |
tree | 4b0277f5ef63e45c03ec346804452bb1dd5d3514 /src/command | |
parent | da5104f85735b09339830544fcd03981f259c81e (diff) | |
download | profani-tty-facb2a653b1bf45cc3dd306c56466a6fe74903db.tar.gz |
Renamed contact property jid->barejid
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index eb8f0fe6..71f91e46 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -1243,7 +1243,7 @@ _cmd_sub(gchar **args, struct cmd_help_t help) while (contacts != NULL) { PContact contact = (PContact) contacts->data; if (p_contact_pending_out(contact)) { - cons_show(p_contact_jid(contact)); + cons_show(p_contact_barejid(contact)); } contacts = g_slist_next(contacts); } |