Removed ui_open_xmlconsole_win()

This commit is contained in:
James Booth
2015-11-01 19:33:01 +00:00
parent 9eae20298f
commit 7e386fbf00
4 changed files with 1 additions and 13 deletions

View File

@@ -4399,7 +4399,7 @@ cmd_xmlconsole(ProfWin *window, const char *const command, gchar **args)
{
ProfXMLWin *xmlwin = wins_get_xmlconsole();
if (xmlwin) {
ui_open_xmlconsole_win();
ui_switch_win((ProfWin*)xmlwin);
} else {
ProfWin *window = wins_new_xmlconsole();
ui_switch_win(window);