Change group base icon in the artifact browser.
authorBruno Sinou <bsinou@argeo.org>
Thu, 6 Mar 2014 11:41:27 +0000 (11:41 +0000)
committerBruno Sinou <bsinou@argeo.org>
Thu, 6 Mar 2014 11:41:27 +0000 (11:41 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@6885 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/ArtifactsBrowserPage.java

index 583114a109041e8cb44d5c2bf12f77c585f61479..67e0abbe8b903cc013c89f980c0ef1b0b647ada8 100644 (file)
@@ -149,7 +149,7 @@ public class ArtifactsBrowserPage extends FormPage implements DistConstants,
                                try {
 
                                        if (node.isNodeType(SlcTypes.SLC_GROUP_BASE))
-                                               return DistImages.IMG_WKSP;
+                                               return DistImages.IMG_GROUP_BASE;
                                        else if (node.isNodeType(SlcTypes.SLC_ARTIFACT_BASE))
                                                return DistImages.IMG_ARTIFACT_BASE;
                                        else if (node