summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-09-02 13:09:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-09-02 13:09:27 +0000
commitb082a063f46e596657eb69d5b8e678a26d5cd174 (patch)
treefdf461b9cc1c5c8e8b1da3af9a4f372a9b92b397
parentc36a9770b93affcad4fc7920bee6e2674923052c (diff)
INTEGRATION: CWS native191_DEV300 (1.8.18.3.2); FILE MERGED
2008/09/01 11:39:52 is 1.8.18.3.2.1: #i93306# problem with packages only for installation with user privileges
-rwxr-xr-xjavainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java b/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java
index d91f8b4e9aae..c96e8ebd5700 100755
--- a/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java
+++ b/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ModuleCtrl.java,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -416,7 +416,7 @@ public class ModuleCtrl {
// not installed during deinstallation and therefore gets "IGNORE"
// in function setDatabaseSettings
- if ( ! packageData.showInUserInstallOnly() ) {
+ if ( packageData.showInUserInstallOnly() ) {
packageData.setSelectionState(PackageDescription.IGNORE);
// too late to hide the module
// packageData.setIsHidden(true);