diff dwtx/jface/text/contentassist/AdditionalInfoController.d @ 137:25170b5a8951

Regex this.outer change
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:22:48 +0200
parents 6dcb0baaa031
children b6bad70d540a
line wrap: on
line diff
--- a/dwtx/jface/text/contentassist/AdditionalInfoController.d	Sun Aug 24 02:20:40 2008 +0200
+++ b/dwtx/jface/text/contentassist/AdditionalInfoController.d	Sun Aug 24 02:22:48 2008 +0200
@@ -496,7 +496,7 @@
                 InformationControlReplacer replacer= getInternalAccessor().getInformationControlReplacer();
                 if (replacer !is null)
                     replacer.hideInformationControl();
-                AdditionalInfoController.this.showInformation(proposal, info);
+                this.outer.showInformation(proposal, info);
             }
         };
     }