]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed image paths to work with new directory structure
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 19 Sep 2007 07:19:51 +0000 (07:19 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 19 Sep 2007 07:19:51 +0000 (07:19 +0000)
svn changeset:2323/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java

index 9a41127abb4f56d80215d18e0224dd2d486f15aa..fd7dea2b4b2fa82b42cc886a77ac17bf1016fdae 100644 (file)
@@ -141,7 +141,7 @@ public class ICustomLayout extends ComplexPanel implements Paintable, Layout {
                        parent = parent.getParent();
                if (parent != null && ((IView) parent).getTheme() != null)
                        ;
-               prefixImgSrcs(getElement(), "../theme/" + ((IView) parent).getTheme()
+               prefixImgSrcs(getElement(), "../ITK-INF/themes/" + ((IView) parent).getTheme()
                                + "/layout/");
        }