From 5da8884b6a46b898197d6bab701c72b7c7d04b24 Mon Sep 17 00:00:00 2001 From: tspc Date: Wed, 3 Dec 2008 22:11:50 +0000 Subject: [PATCH] Temporarily commenting out changes made in Rev:7376 of Ini class, to enable trunk to compile. (BF2373679 Validator for beforeSaveProperties) --- looks/src/org/compiere/util/Ini.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/looks/src/org/compiere/util/Ini.java b/looks/src/org/compiere/util/Ini.java index 4b578c5e5a..c04282bcb6 100644 --- a/looks/src/org/compiere/util/Ini.java +++ b/looks/src/org/compiere/util/Ini.java @@ -44,8 +44,9 @@ import javax.jnlp.UnavailableServiceException; import org.adempiere.plaf.AdempiereLookAndFeel; import org.adempiere.plaf.AdempiereThemeInnova; +/* FR2373679 Validator for beforeSaveProperties import org.compiere.model.ModelValidationEngine; - +*/ /** * Load & Save INI Settings fopm property file @@ -237,10 +238,12 @@ public final class Ini implements Serializable */ public static void saveProperties (boolean tryUserHome) { + /* FR2373679 Validator for beforeSaveProperties if (Ini.isClient() && DB.isConnected()) { // Call ModelValidators beforeSaveProperties ModelValidationEngine.get().beforeSaveProperties(); } + */ if (isWebStartClient()) {