use countContactGroups and not countSubgroups to determine whether a meta group encapsulates more than one proto group

cusax-fix
Emil Ivov 20 years ago
parent e910fa951b
commit 020de5c4aa

@ -1922,7 +1922,7 @@ public void groupCreated(ServerStoredGroupEvent evt)
//if this was the first contact group in the meta group fire an
//ADDED event. otherwise fire a modification event.
if(newMetaGroup.countSubgroups() > 1)
if(newMetaGroup.countContactGroups() > 1)
{
fireMetaContactGroupEvent(
newMetaGroup

Loading…
Cancel
Save