Thanks! Seems like it never worked. Commited as r5364.
On Wed, May 13, 2009 at 1:03 PM, Scott Blum <[email protected]> wrote: > LGTM, but how could this have ever worked? > > > On Wed, May 13, 2009 at 3:32 PM, <[email protected]> wrote: > >> Reviewers: jat, scottb, >> >> Description: >> >> Hi John/Scott, >> >> Please review this simple patch that fixes issue 2979. >> >> Regards, >> Amit >> >> Please review this at http://gwt-code-reviews.appspot.com/34807 >> >> Affected files: >> dev/windows/src/org/eclipse/swt/browser/WebSite.java >> >> >> Index: dev/windows/src/org/eclipse/swt/browser/WebSite.java >> =================================================================== >> --- dev/windows/src/org/eclipse/swt/browser/WebSite.java (revision >> 5360) >> +++ dev/windows/src/org/eclipse/swt/browser/WebSite.java (working >> copy) >> @@ -38,8 +38,9 @@ >> */ >> public boolean startGears() { >> // Get the classID of the Gears BHO. >> + GUID appClsid = null; >> try { >> - GUID appClsid = getClassID("gears.BHO"); >> + appClsid = getClassID("gears.BHO"); >> if (appClsid == null) { >> return false; >> } >> >> >> > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
