git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59390e2
)
JAL-1616 loading of datasets from XML patched
Release_2_8_2_Branch
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Tue, 9 Dec 2014 12:21:20 +0000
(12:21 +0000)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Tue, 9 Dec 2014 12:21:20 +0000
(12:21 +0000)
src/jalview/gui/Jalview2XML.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/Jalview2XML.java
b/src/jalview/gui/Jalview2XML.java
index
d003cb0
..
cccf34d
100644
(file)
--- a/
src/jalview/gui/Jalview2XML.java
+++ b/
src/jalview/gui/Jalview2XML.java
@@
-4014,7
+4014,7
@@
public class Jalview2XML
addDatasetRef(vamsasSet.getDatasetId(), ds);
}
// set the dataset for the newly imported alignment.
- if (al.getDataset() == null)
+ if (al.getDataset() == null && !ignoreUnrefed)
{
al.setDataset(ds);
}