summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-11-30 22:21:32 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-11-30 22:21:32 +0100
commitdadcf6bc92cfafdce52f8993a143ed8b96a8d894 (patch)
tree8f0e8492f685e8870f9250eacda86ef8da53d2fd
parent45aede943ad982245be23e3159c57f968a01915d (diff)
downloadNotepad---dadcf6bc92cfafdce52f8993a143ed8b96a8d894.tar.gz
Notepad---dadcf6bc92cfafdce52f8993a143ed8b96a8d894.zip
Load colloquium and thesis as well.
-rw-r--r--src/de/fhswf/in/inf/se/notepadMinusMinus/Main.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/de/fhswf/in/inf/se/notepadMinusMinus/Main.java b/src/de/fhswf/in/inf/se/notepadMinusMinus/Main.java
index 1123a85..d579e0d 100644
--- a/src/de/fhswf/in/inf/se/notepadMinusMinus/Main.java
+++ b/src/de/fhswf/in/inf/se/notepadMinusMinus/Main.java
@@ -171,6 +171,8 @@ public class Main extends Application
Grades wrapper = (Grades) um.unmarshal(file);
grades.setGrades(wrapper.getGrades());
+ grades.setColloquium(wrapper.getColloquium());
+ grades.setThesis(wrapper.getThesis());
// Save the file path to the registry.
setGradesFilePath(file);