diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-08 17:00:13 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-15 00:32:37 (GMT) |
commit | 06ad8b5150e898b4a2043baea0a8233ea7b4eafd (patch) | |
tree | 6dee4db67b833b08d0a7842bcb5d909c38efae8d /src/mainwin.cc | |
parent | 3cd36f972edd62c63b6a831b6b8b944240c22e49 (diff) |
Reenable console output
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 8eebf09..f8e4480 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1800,7 +1800,7 @@ void MainWindow::consoleOutput(const std::string &msg, void *userdata) void MainWindow::setCurrentOutput() { -// set_output_handler(&MainWindow::consoleOutput, this); + set_output_handler(&MainWindow::consoleOutput, this); } void MainWindow::clearCurrentOutput() |