1) Fixed stackoverflow when clicking on entry in PHPeclipse Error Log: OverrideIndica...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / OverrideIndicatorLabelDecorator.java
index f35947f..8b63eb9 100644 (file)
@@ -50,10 +50,10 @@ public class OverrideIndicatorLabelDecorator implements ILabelDecorator,
         * Creates a decorator. The decorator creates an own image registry to cache
         * images.
         */
-//     public OverrideIndicatorLabelDecorator() {
-//             this(null);
-//             fUseNewRegistry = true;
-//     }
+       public OverrideIndicatorLabelDecorator() {
+               this(null);
+               fUseNewRegistry = true;
+       }
 
        /*
         * Creates decorator with a shared image registry.