new Image("images/login/wait-24x24.gif")
to
new Image(GWT.getModuleBaseURL() + "/images/login/wait-24x24.gif")
in org.mcarthur.sandy.gwt.login.client.LoginPanel
Of course after patching it still works when GWT files are in standard
location (same dir as host HTML file)
I hope it is worth commiting.