You sure? I kind of liked how you changed this to always run, and explain to
the user what flag to set to make it go.

On Fri, Apr 22, 2011 at 5:43 PM, <her...@google.com> wrote:

> Reviewers: rjrjr, jat,
>
> Description:
> LazyPanel parser should be enabled only if useLazyWidgetBuilders is
> enabled.
>
>
> Please review this at http://gwt-code-reviews.appspot.com/1423806/
>
> Affected files:
>  M user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java
>
>
> Index: user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java
> ===================================================================
> --- user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java (revision
> 10054)
> +++ user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java (working
> copy)
> @@ -1144,7 +1144,9 @@
>     addWidgetParser("HasAlignment");
>     addWidgetParser("DateLabel");
>     addWidgetParser("NumberLabel");
> -    addWidgetParser("LazyPanel");
> +    if (useLazyWidgetBuilders) {
> +      addWidgetParser("LazyPanel");
> +    }
>   }
>
>   /**
>
>
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to