summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg
authorandyq <andyq>2002-10-25 15:11:48 (UTC)
committer andyq <andyq>2002-10-25 15:11:48 (UTC)
commit9086a63d5c27531c2014bade180b1cfd01663e2b (patch) (unidiff)
treee1451a11a7d9a9d4aeb9ea8336951f4b7ff74d2d /noncore/settings/aqpkg
parentf4007b261a7a4dc9672a1806be50ea16ccfc84f1 (diff)
downloadopie-9086a63d5c27531c2014bade180b1cfd01663e2b.zip
opie-9086a63d5c27531c2014bade180b1cfd01663e2b.tar.gz
opie-9086a63d5c27531c2014bade180b1cfd01663e2b.tar.bz2
Fixed bug with flags not being stored
Diffstat (limited to 'noncore/settings/aqpkg') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/installdlgimpl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/installdlgimpl.cpp b/noncore/settings/aqpkg/installdlgimpl.cpp
index 83f983a..2ea70e0 100644
--- a/noncore/settings/aqpkg/installdlgimpl.cpp
+++ b/noncore/settings/aqpkg/installdlgimpl.cpp
@@ -47,8 +47,7 @@ InstallDlgImpl::InstallDlgImpl( vector<InstallData> &packageList, DataManager *d
47 defaultDest = cfg.readEntry( "dest", "root" ); 47 defaultDest = cfg.readEntry( "dest", "root" );
48 48
49 // Grab flags - Turn MAKE_LINKS on by default (if no flags found) 49 // Grab flags - Turn MAKE_LINKS on by default (if no flags found)
50// flags = cfg.readNumEntry( "installFlags", MAKE_LINKS ); 50 flags = cfg.readNumEntry( "installFlags", 0 );
51 flags = 0;
52#else 51#else
53 flags = 0; 52 flags = 0;
54#endif 53#endif