mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 14:46:20 +00:00
Removed ui_create_xmlconsole_win()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user