Removed ui_new_private_win

This commit is contained in:
James Booth
2015-11-05 23:28:21 +00:00
parent f1daec663d
commit 9fcdc5901c
4 changed files with 1 additions and 13 deletions

View File

@@ -1497,7 +1497,7 @@ cmd_msg(ProfWin *window, const char *const command, gchar **args)
ProfPrivateWin *privwin = wins_get_private(full_jid->str);
if (!privwin) {
privwin = ui_new_private_win(full_jid->str);
privwin = (ProfPrivateWin*)wins_new_private(full_jid->str);
}
ui_focus_win((ProfWin*)privwin);