Use new address book icons
[gpl/argeo-suite.git] / org.argeo.app.ui / src / org / argeo / app / ui / people / PeopleEntryArea.java
index 4a92c20630456bb42094ece6d36a9e40611d5033..09907cb78346553521ee1d2af247ffb6ea607420 100644 (file)
@@ -118,9 +118,9 @@ public class PeopleEntryArea implements SwtUiProvider, CmsUiProvider {
                                if (content.hasContentClass(LdapObjs.organization.qName()))
                                        return SuiteIcon.organisation;
                                else if (content.hasContentClass(LdapObjs.posixGroup.qName()))
-                                       return SuiteIcon.group;
+                                       return SuiteIcon.users;
                                else
-                                       return SuiteIcon.people;
+                                       return SuiteIcon.addressBook;
                        }
 
                };