Fixed agenda module sync

This commit is contained in:
2015-04-08 21:01:13 +02:00
parent c3973cc4e4
commit 457da54a5c
+1
View File
@@ -64,6 +64,7 @@ public class MenuBar extends JMenuBar {
open.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
Applicatie.SaveLoad.load(w.getPanel());
w.setAgenda(w.getPanel().getAgenda());
Window.updatePanel();
}
});