diff options
| author | Tobias Spitzer | 2014-08-25 14:33:00 +0200 |
|---|---|---|
| committer | Tobias Spitzer | 2014-08-25 14:33:00 +0200 |
| commit | 622487d49aeb021991d988bc931e0c5def8f7a07 (patch) | |
| tree | 031e96d1c8203fe43d8aa649f0216566f763ccfa /Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java | |
| parent | Uploadpfad speichern (diff) | |
| parent | Schrift angepasst (diff) | |
| download | tutor-module-622487d49aeb021991d988bc931e0c5def8f7a07.tar.gz tutor-module-622487d49aeb021991d988bc931e0c5def8f7a07.tar.xz tutor-module-622487d49aeb021991d988bc931e0c5def8f7a07.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module
Conflicts:
Dozentenmodul/bin/gui/image/FTPCreateUploader_GUI.class
d
Diffstat (limited to 'Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java b/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java index 41176f05..8c372983 100644 --- a/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java +++ b/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java @@ -118,6 +118,9 @@ public class FTPSearchDownloader_GUI extends JFrame implements System.exit(0); }// end if choice + }else { + //no download running, close window + System.exit(0); }// end if taskrun }// end window closing }); |
