summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LocationSelectionWindow.java
diff options
context:
space:
mode:
authorJonathan Bauer2016-03-15 14:34:05 +0100
committerJonathan Bauer2016-03-15 14:34:05 +0100
commitedb91e12cbd351f450374d95e84c11e9c8577708 (patch)
treeae32609f905eb48b7d5b089afbaab4f635b956f8 /dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LocationSelectionWindow.java
parent[client] cleanup debug stuff (diff)
downloadtutor-module-edb91e12cbd351f450374d95e84c11e9c8577708.tar.gz
tutor-module-edb91e12cbd351f450374d95e84c11e9c8577708.tar.xz
tutor-module-edb91e12cbd351f450374d95e84c11e9c8577708.zip
[client] fix typo + always call collapseFullySelectedNodes in setCheckedState
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LocationSelectionWindow.java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LocationSelectionWindow.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LocationSelectionWindow.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LocationSelectionWindow.java
index e1979c1f..4ce0309f 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LocationSelectionWindow.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LocationSelectionWindow.java
@@ -81,7 +81,6 @@ public class LocationSelectionWindow extends LocationSelectionWindowLayout imple
}
});
- // btnSaveChanges.setEnabled(false);
Gui.centerShellOverShell(modalParent, this);
}