From cb2b407e2f58a73447d706de7c374bf275a96992 Mon Sep 17 00:00:00 2001 From: andyq Date: Thu, 10 Oct 2002 11:37:53 +0000 Subject: Fixed bug with downloading package to selected location --- (limited to 'noncore') diff --git a/noncore/settings/aqpkg/networkpkgmgr.cpp b/noncore/settings/aqpkg/networkpkgmgr.cpp index ff8f182..06e2a03 100644 --- a/noncore/settings/aqpkg/networkpkgmgr.cpp +++ b/noncore/settings/aqpkg/networkpkgmgr.cpp @@ -264,7 +264,7 @@ void NetworkPackageManager :: downloadPackage() QCheckListItem *item = (QCheckListItem *)packagesList->firstChild(); ipkg.setOption( "download" ); - ipkg.setRuntimeDirectory( initDir ); + ipkg.setRuntimeDirectory( dir ); do { if ( item->isOn() ) -- cgit v0.9.0.2