about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c2
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);
             }