Removed ui_create_xmlconsole_win()

This commit is contained in:
James Booth
2015-11-01 19:29:59 +00:00
parent 486d2e0495
commit 9eae20298f
4 changed files with 2 additions and 11 deletions

View File

@@ -4401,7 +4401,8 @@ cmd_xmlconsole(ProfWin *window, const char *const command, gchar **args)
if (xmlwin) {
ui_open_xmlconsole_win();
} else {
ui_create_xmlconsole_win();
ProfWin *window = wins_new_xmlconsole();
ui_switch_win(window);
}
return TRUE;