diff options
author | Joachim Lingner <jl@openoffice.org> | 2004-04-23 07:40:39 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2004-04-23 07:40:39 +0000 |
commit | 99eb720ef1526a525a6e4d3c41fd1437b5127662 (patch) | |
tree | 2ae09876719b6e961e16c2fcbb17ce76c4a12965 /jvmfwk/source/elements.cxx | |
parent | 8fb8381bf81e4fb58699b589ede7b34ceaaae3f1 (diff) |
#i20052# fixed bug when writing JavaInfo element and jfw_findAndSelectJRE now uses also manually selected paths
Diffstat (limited to 'jvmfwk/source/elements.cxx')
-rw-r--r-- | jvmfwk/source/elements.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx index 7f19697ff7c8..4260578bf0e3 100644 --- a/jvmfwk/source/elements.cxx +++ b/jvmfwk/source/elements.cxx @@ -2,9 +2,9 @@ * * $RCSfile: elements.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jl $ $Date: 2004-04-21 09:30:35 $ + * last change: $Author: jl $ $Date: 2004-04-23 08:40:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -712,6 +712,7 @@ CNodeJavaInfo::CNodeJavaInfo(const JavaInfo * pInfo, { if (pInfo != NULL) { + m_bEmptyNode = false; sAttrVendorUpdate = sUpdated; sVendor = pInfo->sVendor; sLocation = pInfo->sLocation; |