From faa63b7508af54283e5361e3eda19b9f034e0176 Mon Sep 17 00:00:00 2001 From: andyq Date: Thu, 17 Oct 2002 22:37:07 +0000 Subject: default linkToRoot to true --- (limited to 'noncore/settings') diff --git a/noncore/settings/aqpkg/destination.cpp b/noncore/settings/aqpkg/destination.cpp index ff50e6e..45bdb48 100644 --- a/noncore/settings/aqpkg/destination.cpp +++ b/noncore/settings/aqpkg/destination.cpp @@ -22,6 +22,7 @@ Destination::Destination( const char *name, const char *path ) { destName = name; destPath = path; + linkToRootDir = true; } Destination::~Destination() -- cgit v0.9.0.2