Fixed Agenda not being overwritten on load.

This commit is contained in:
2015-02-25 14:16:50 +01:00
parent 2e4e763ef7
commit e8079862f4
+1
View File
@@ -118,6 +118,7 @@ public class Agenda implements Serializable {
}
else
{
clearAgenda();
fillAgenda(file);
}
}