diff options
| author | unknown | 2014-04-04 16:42:54 +0200 |
|---|---|---|
| committer | unknown | 2014-04-04 16:42:54 +0200 |
| commit | 4acab74e19b08290b4e8b9a8c7171885c222aee5 (patch) | |
| tree | c7f46a3a4addf1181b88ce897bc9b4eadf111927 /Dozentenmodul/src/GUI/SearchImage_GUI.java | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff) | |
| download | tutor-module-4acab74e19b08290b4e8b9a8c7171885c222aee5.tar.gz tutor-module-4acab74e19b08290b4e8b9a8c7171885c222aee5.tar.xz tutor-module-4acab74e19b08290b4e8b9a8c7171885c222aee5.zip | |
Diverse Bugfixes und neue Grafik
Diffstat (limited to 'Dozentenmodul/src/GUI/SearchImage_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/GUI/SearchImage_GUI.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dozentenmodul/src/GUI/SearchImage_GUI.java b/Dozentenmodul/src/GUI/SearchImage_GUI.java index 9fc66add..53257f48 100644 --- a/Dozentenmodul/src/GUI/SearchImage_GUI.java +++ b/Dozentenmodul/src/GUI/SearchImage_GUI.java @@ -388,6 +388,7 @@ public class SearchImage_GUI extends JFrame { continueButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { + con.closeThriftConnection(); EditImageAllgemein_GUI ea = new EditImageAllgemein_GUI(); ea.setVisible(true); dispose(); |
