recently loaded deck should be thought of as saved

This commit is contained in:
Maxmtg
2012-02-26 20:16:24 +00:00
parent 64105bb8a6
commit c7b8ba834b

View File

@@ -153,6 +153,7 @@ public class DeckController<T extends DeckBase> {
if (null != newModel) { if (null != newModel) {
this.setModel((T) newModel.copyTo(name), true); this.setModel((T) newModel.copyTo(name), true);
} }
saved = true;
} }
/* /*