1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Pass jid when creating new window for /msg with no message

This commit is contained in:
James Booth 2013-05-20 20:37:17 +01:00
parent f8121cc546
commit 72b8097465

View File

@ -1987,7 +1987,7 @@ _cmd_msg(gchar **args, struct cmd_help_t help)
return TRUE;
} else {
ui_new_chat_win(usr);
ui_new_chat_win(usr_jid);
return TRUE;
}
}