-rw-r--r-- | noncore/unsupported/oipkg/pmipkg.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/pmipkg.cpp b/noncore/unsupported/oipkg/pmipkg.cpp index 7682d49..84de67b 100644 --- a/noncore/unsupported/oipkg/pmipkg.cpp +++ b/noncore/unsupported/oipkg/pmipkg.cpp | |||
@@ -387,9 +387,10 @@ void PmIpkg::update() | |||
387 | } | 387 | } |
388 | 388 | ||
389 | void PmIpkg::out( QString o ) | 389 | void PmIpkg::out( QString o ) |
390 | { | 390 | { |
391 | runwindow->outPut->append(o); | 391 | //runwindow->outPut->append(o); |
392 | runwindow->outPut->setText(runwindow->outPut->text()+o); | ||
392 | runwindow->outPut->setCursorPosition(runwindow->outPut->numLines() + 1,0,FALSE); | 393 | runwindow->outPut->setCursorPosition(runwindow->outPut->numLines() + 1,0,FALSE); |
393 | } | 394 | } |
394 | 395 | ||
395 | 396 | ||