summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pmipkg.cpp3
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
@@ -379,25 +379,26 @@ void PmIpkg::removeLinks( const QString &dest )
379 processLinkDir( "/opt", url ); 379 processLinkDir( "/opt", url );
380 processLinkDir( "/usr", url ); 380 processLinkDir( "/usr", url );
381} 381}
382 382
383void PmIpkg::update() 383void PmIpkg::update()
384{ 384{
385 show(); 385 show();
386 runIpkg( "update" ); 386 runIpkg( "update" );
387} 387}
388 388
389void PmIpkg::out( QString o ) 389void 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
396 397
397 398
398void PmIpkg::show() 399void PmIpkg::show()
399{ 400{
400 if (!runwindow->isVisible()) 401 if (!runwindow->isVisible())
401 { 402 {
402 runwindow->showMaximized(); 403 runwindow->showMaximized();
403 runwindow->show(); 404 runwindow->show();