author | tille <tille> | 2002-07-25 12:29:45 (UTC) |
---|---|---|
committer | tille <tille> | 2002-07-25 12:29:45 (UTC) |
commit | 8895e9bd55244f32f12ff619e020a23afac44808 (patch) (unidiff) | |
tree | c2d1be286eeb7146af5a6caf69fec3e4f56b5438 | |
parent | 6773dde79921b0a85040b2f74e89428c5f355fc0 (diff) | |
download | opie-8895e9bd55244f32f12ff619e020a23afac44808.zip opie-8895e9bd55244f32f12ff619e020a23afac44808.tar.gz opie-8895e9bd55244f32f12ff619e020a23afac44808.tar.bz2 |
eliminated output mess
-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 | |||
@@ -388,7 +388,8 @@ void PmIpkg::update() | |||
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 | ||