summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg
authortille <tille>2002-06-28 17:17:53 (UTC)
committer tille <tille>2002-06-28 17:17:53 (UTC)
commit54ab82774f52332dbbb97de057ee2b1c5d29347d (patch) (side-by-side diff)
tree5506a01f59e4913993c3343cb7065c78df2793c5 /noncore/unsupported/oipkg
parent8176526fc61f4b4012021a4324aee592463dbb3a (diff)
downloadopie-54ab82774f52332dbbb97de057ee2b1c5d29347d.zip
opie-54ab82774f52332dbbb97de057ee2b1c5d29347d.tar.gz
opie-54ab82774f52332dbbb97de057ee2b1c5d29347d.tar.bz2
doclnk is back, since it seems to work now!
Diffstat (limited to 'noncore/unsupported/oipkg') (more/less context) (ignore 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 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 ) :
setCentralWidget( listViewPackages );
listViewPackages->addList( tr("feeds"), &packageListServers );
listViewPackages->addList( tr("ipkgfind"), &packageListSearch );
-//listViewPackages->addList( tr("documents"), &packageListDocLnk );
+listViewPackages->addList( tr("documents"), &packageListDocLnk );
ipkg = new PmIpkg( settings, this );
packageListServers.setSettings( settings );
packageListSearch.setSettings( settings );
@@ -52,7 +52,7 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags f ) :
packageListServers.update();
pvDebug(9,"packageListDocLnk.update");
pvDebug(0,"no UPDATE of DocLnk");
-// packageListDocLnk.update();
+ packageListDocLnk.update();
pvDebug(9,"makeMenu");
makeMenu();
makeChannel();
@@ -292,7 +292,7 @@ void MainWindow::runIpkg()
{
packageListServers.allPackages();
ipkg->loadList( &packageListSearch );
-//ipkg->loadList( &packageListDocLnk );
+ ipkg->loadList( &packageListDocLnk );
ipkg->loadList( &packageListServers );
ipkg->commit();
ipkg->clearLists();
@@ -309,11 +309,11 @@ void MainWindow::updateList()
packageListServers.clear();
packageListSearch.clear();
-// packageListDocLnk.clear();
+ packageListDocLnk.clear();
ipkg->update();
packageListServers.update();
packageListSearch.update();
-// packageListDocLnk.update();
+ packageListDocLnk.update();
}
void MainWindow::filterList()