-rw-r--r-- | noncore/unsupported/oipkg/mainwindow.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/unsupported/oipkg/mainwindow.cpp b/noncore/unsupported/oipkg/mainwindow.cpp index 05f2f06..8778b85 100644 --- a/noncore/unsupported/oipkg/mainwindow.cpp +++ b/noncore/unsupported/oipkg/mainwindow.cpp | |||
@@ -43,7 +43,7 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags f ) : | |||
43 | setCentralWidget( listViewPackages ); | 43 | setCentralWidget( listViewPackages ); |
44 | listViewPackages->addList( tr("feeds"), &packageListServers ); | 44 | listViewPackages->addList( tr("feeds"), &packageListServers ); |
45 | listViewPackages->addList( tr("ipkgfind"), &packageListSearch ); | 45 | listViewPackages->addList( tr("ipkgfind"), &packageListSearch ); |
46 | //listViewPackages->addList( tr("documents"), &packageListDocLnk ); | 46 | listViewPackages->addList( tr("documents"), &packageListDocLnk ); |
47 | ipkg = new PmIpkg( settings, this ); | 47 | ipkg = new PmIpkg( settings, this ); |
48 | packageListServers.setSettings( settings ); | 48 | packageListServers.setSettings( settings ); |
49 | packageListSearch.setSettings( settings ); | 49 | packageListSearch.setSettings( settings ); |
@@ -52,7 +52,7 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags f ) : | |||
52 | packageListServers.update(); | 52 | packageListServers.update(); |
53 | pvDebug(9,"packageListDocLnk.update"); | 53 | pvDebug(9,"packageListDocLnk.update"); |
54 | pvDebug(0,"no UPDATE of DocLnk"); | 54 | pvDebug(0,"no UPDATE of DocLnk"); |
55 | // packageListDocLnk.update(); | 55 | packageListDocLnk.update(); |
56 | pvDebug(9,"makeMenu"); | 56 | pvDebug(9,"makeMenu"); |
57 | makeMenu(); | 57 | makeMenu(); |
58 | makeChannel(); | 58 | makeChannel(); |
@@ -292,7 +292,7 @@ void MainWindow::runIpkg() | |||
292 | { | 292 | { |
293 | packageListServers.allPackages(); | 293 | packageListServers.allPackages(); |
294 | ipkg->loadList( &packageListSearch ); | 294 | ipkg->loadList( &packageListSearch ); |
295 | //ipkg->loadList( &packageListDocLnk ); | 295 | ipkg->loadList( &packageListDocLnk ); |
296 | ipkg->loadList( &packageListServers ); | 296 | ipkg->loadList( &packageListServers ); |
297 | ipkg->commit(); | 297 | ipkg->commit(); |
298 | ipkg->clearLists(); | 298 | ipkg->clearLists(); |
@@ -309,11 +309,11 @@ void MainWindow::updateList() | |||
309 | packageListServers.clear(); | 309 | packageListServers.clear(); |
310 | packageListSearch.clear(); | 310 | packageListSearch.clear(); |
311 | 311 | ||
312 | // packageListDocLnk.clear(); | 312 | packageListDocLnk.clear(); |
313 | ipkg->update(); | 313 | ipkg->update(); |
314 | packageListServers.update(); | 314 | packageListServers.update(); |
315 | packageListSearch.update(); | 315 | packageListSearch.update(); |
316 | // packageListDocLnk.update(); | 316 | packageListDocLnk.update(); |
317 | } | 317 | } |
318 | 318 | ||
319 | void MainWindow::filterList() | 319 | void MainWindow::filterList() |