From 1d174be0621ad451eeca9d5208c151a7a02336cf Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Mon, 29 Jan 2007 12:59:54 +0000 Subject: [PATCH] Disabled icons svn changeset:345/svn branch:toolkit --- src/com/itmill/toolkit/demo/features/FeatureTable.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/itmill/toolkit/demo/features/FeatureTable.java b/src/com/itmill/toolkit/demo/features/FeatureTable.java index 62cf947a3f..03aca0ce6b 100644 --- a/src/com/itmill/toolkit/demo/features/FeatureTable.java +++ b/src/com/itmill/toolkit/demo/features/FeatureTable.java @@ -104,7 +104,6 @@ public class FeatureTable extends Feature implements Action.Handler { eyecolors[(int) (Math.random() * 3)], haircolors[(int) (Math.random() * 4)] }, new Integer(j)); - t.setItemIcon(id,getSampleIcon()); } // Actions -- 2.39.5