EXPECTED_GWT_ONLOAD_VERSION on GWT 1.7

2009-08-24 Thread Luca Masini
Hi guys, a simple question. In the BrowserWidget class of GWT 1.7 we have this declaration: private static final String EXPECTED_GWT_ONLOAD_VERSION = 1.6; When I use Google Gadget, its linker generate the control code that then fail because it checks 1.7 against 1.6. It's 1.6 for a

Re: EXPECTED_GWT_ONLOAD_VERSION on GWT 1.7

2009-08-24 Thread Eric Ayers
Hi Luca, I'm pretty sure this is a bug. I created an issue for it: http://code.google.com/p/gwt-google-apis/issues/detail?id=300 On Mon, Aug 24, 2009 at 3:29 AM, Luca Masiniluca.mas...@gmail.com wrote: Hi guys, a simple question. In the BrowserWidget class of GWT 1.7  we have this