summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/MainWindow.java
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-23 16:52:16 +0200
committerSimon Rettberg2015-09-23 16:52:16 +0200
commit8bb1ae726b5108d8ff58dbfd36378fb8319dfa98 (patch)
tree05e0b880c824673bc9d7e0d8bc2c33e8c3630b28 /dozentenmodul/src/main/java/org/openslx/dozmod/gui/MainWindow.java
parent[server] Fix race condition on delete; check for vmstore before up/download (diff)
downloadtutor-module-8bb1ae726b5108d8ff58dbfd36378fb8319dfa98.tar.gz
tutor-module-8bb1ae726b5108d8ff58dbfd36378fb8319dfa98.tar.xz
tutor-module-8bb1ae726b5108d8ff58dbfd36378fb8319dfa98.zip
[client] Disable login button while login is running; create legacy vmx if server doesn't supply one
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/gui/MainWindow.java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/MainWindow.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/MainWindow.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/MainWindow.java
index 7a0c1b56..57c825f5 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/MainWindow.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/MainWindow.java
@@ -236,7 +236,7 @@ public abstract class MainWindow {
public void fire() {
App.waitForInit();
// now try to init the session with the saved configuration (by giving it null)
- if (ThriftActions.initSession(null, SwingUtilities.getWindowAncestor(mainWindow))) {
+ if (ThriftActions.initSession(null, false, SwingUtilities.getWindowAncestor(mainWindow))) {
initWindow();
} else {
// session resume failed, so do the normal login procedure