atpoint.setToolTipText(service.getActionText());
}
}
- if (!byhost && !hostLabels.contains(host + service.getActionText()))
+ if (!byhost && !hostLabels.contains(host + service.serviceType+service.getActionText()))
{
// add a marker indicating where this service is hosted
// relies on services from the same host being listed in a contiguous
atpoint.add(hitm = new JMenuItem(host));
hitm.setForeground(Color.blue);
}
- hostLabels.addElement(lasthost=host);
+ hostLabels.addElement(host + service.serviceType+service.getActionText());
}
msacl.attachWSMenuEntry(atpoint, service, alignFrame);
/*