summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/mainwindow.cpp
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/mainwindow.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/mainwindow.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/unsupported/oipkg/mainwindow.cpp b/noncore/unsupported/oipkg/mainwindow.cpp
index 997f449..54ee115 100644
--- a/noncore/unsupported/oipkg/mainwindow.cpp
+++ b/noncore/unsupported/oipkg/mainwindow.cpp
@@ -103,3 +103,3 @@ void MainWindow::makeMenu()
updateAction = new QAction( tr( "Update" ),
- Resource::loadIconSet( "oipkg/repeat" ),
+ Resource::loadIconSet( "oipkg/update" ),
QString::null, 0, this, 0 );
@@ -147,2 +147,3 @@ void MainWindow::makeMenu()
label->setBackgroundColor( sectionBar->backgroundColor() );
+ sectionBar->setStretchableWidget( label );
section = new QComboBox( false, sectionBar );
@@ -152,3 +153,2 @@ void MainWindow::makeMenu()
subsection = new QComboBox( false, sectionBar );
- sectionBar->setStretchableWidget( label );
@@ -277,3 +277,3 @@ void MainWindow::showSettings()
if ( settings->showDialog( 0 ) )
- getList();
+ updateList();
}
@@ -282,3 +282,3 @@ void MainWindow::showSettingsSrv()
if ( settings->showDialog( 1 ) )
- getList();
+ updateList();
}
@@ -287,3 +287,3 @@ void MainWindow::showSettingsDst()
if ( settings->showDialog( 2 ) )
- getList();
+ updateList();
}