Author: sdzmitrovich
Date: 2009-08-28 13:05:23 -0400 (Fri, 28 Aug 2009)
New Revision: 17356
Modified:
trunk/jst/plugins/org.jboss.tools.jst.css/src/org/jboss/tools/jst/css/properties/CSSPropertyPage.java
Log:
reverting of changes
JBIDE-4790
Modified:
trunk/jst/plugins/org.jboss.tools.jst.css/src/org/jboss/tools/jst/css/properties/CSSPropertyPage.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.css/src/org/jboss/tools/jst/css/properties/CSSPropertyPage.java 2009-08-28
16:33:49 UTC (rev 17355)
+++
trunk/jst/plugins/org.jboss.tools.jst.css/src/org/jboss/tools/jst/css/properties/CSSPropertyPage.java 2009-08-28
17:05:23 UTC (rev 17356)
@@ -132,12 +132,6 @@
|| (me.getValue().length() == 0)) {
declaration.removeProperty(me.getKey());
} else {
-
- // FIX FOR BIDE-4790 simple setting of new
- // value leads to error in issue's case
- if (declaration.getPropertyValue(me.getKey()) != null)
- declaration.removeProperty(me.getKey());
-
declaration.setProperty(me.getKey(), me.getValue(),
Constants.EMPTY);
}
Show replies by date