From 8895e9bd55244f32f12ff619e020a23afac44808 Mon Sep 17 00:00:00 2001 From: tille Date: Thu, 25 Jul 2002 12:29:45 +0000 Subject: eliminated output mess --- (limited to 'noncore/unsupported') 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() void PmIpkg::out( QString o ) { - runwindow->outPut->append(o); +// runwindow->outPut->append(o); + runwindow->outPut->setText(runwindow->outPut->text()+o); runwindow->outPut->setCursorPosition(runwindow->outPut->numLines() + 1,0,FALSE); } -- cgit v0.9.0.2