From: lingutln Date: Mon, 9 Apr 2012 23:21:19 +0000 (+0000) Subject: svn path=/; revision=318 X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=82dc3bb6c2b5a1fe81945d393d3113f6782bd31e;p=old-jaiswallab-svn%2F.git svn path=/; revision=318 --- diff --git a/Annotation/src/ie/dcu/apps/ist/labelling/Labels.java b/Annotation/src/ie/dcu/apps/ist/labelling/Labels.java index 4a77f4c..f7d0c13 100644 --- a/Annotation/src/ie/dcu/apps/ist/labelling/Labels.java +++ b/Annotation/src/ie/dcu/apps/ist/labelling/Labels.java @@ -109,7 +109,7 @@ public class Labels //get the employee element Element el = (Element)nlist.item(i); namBankId = new String(DatatypeConverter.parseBase64Binary(getTagValue("namebankID", el))); - nameBankString = new String(DatatypeConverter.parseBase64Binary(getTagValue("nameString", el))); + nameBankString = new String(DatatypeConverter.parseBase64Binary(getTagValue("fullNameString", el))); map.put(namBankId,nameBankString); } } diff --git a/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java b/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java index 282fab9..c003c74 100644 --- a/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java +++ b/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java @@ -316,6 +316,7 @@ public class SegmentationView extends Composite { } System.out.println(speciesMap.size()); searchSpecies.setEnabled(!(speciesCombo.getText().isEmpty())); + speciesCombo.setListVisible(true); }