From 4eddfebd1b4f70bbfe9106a16e9a3eeb6601f653 Mon Sep 17 00:00:00 2001 From: tille Date: Fri, 03 May 2002 19:08:09 +0000 Subject: fixes --- (limited to 'noncore/unsupported/oipkg/packagelistdoclnk.cpp') diff --git a/noncore/unsupported/oipkg/packagelistdoclnk.cpp b/noncore/unsupported/oipkg/packagelistdoclnk.cpp index 5787fdf..1d10adf 100644 --- a/noncore/unsupported/oipkg/packagelistdoclnk.cpp +++ b/noncore/unsupported/oipkg/packagelistdoclnk.cpp @@ -20,6 +20,7 @@ PackageListDocLnk::PackageListDocLnk() Config cfg( "oipkg", Config::User ); cfg.setGroup( "Common" ); docLnkDir = cfg.readEntry( "docLnkDir", "/root/" ); + pvDebug(2,"opening DocLnkSet "+docLnkDir); doclnkset = new DocLnkSet(docLnkDir,"application/ipkg"); } @@ -35,7 +36,7 @@ PackageListDocLnk::~PackageListDocLnk() void PackageListDocLnk::update() { pvDebug(2,"PackageListDocLnk::update "); - QList packlist = doclnkset->children(); + QList packlist = doclnkset->children(); for (DocLnk *pack =packlist.first(); pack != 0; pack=packlist.next() ) { insertPackage( new Package(pack->file(), settings) ); -- cgit v0.9.0.2