1) Fixed stackoverflow when clicking on entry in PHPeclipse Error Log: OverrideIndica...
authorrobekras <robert.kraske@weihenstephan.org>
Sun, 6 Jan 2013 12:14:38 +0000 (13:14 +0100)
committerrobekras <robert.kraske@weihenstephan.org>
Sun, 6 Jan 2013 12:17:13 +0000 (13:17 +0100)
Signed-off-by: robekras <robert.kraske@weihenstephan.org>

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.