summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureListWindow.java
diff options
context:
space:
mode:
authorJonathan Bauer2015-08-26 17:37:30 +0200
committerJonathan Bauer2015-08-26 17:37:30 +0200
commit0b3fb1190e81abc91639993ae55e6b81105323e8 (patch)
tree1e342bf42199f3a09393bda9ebcb1a0d310b5d09 /dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureListWindow.java
parent[client] only check if selected image is valid (diff)
downloadtutor-module-0b3fb1190e81abc91639993ae55e6b81105323e8.tar.gz
tutor-module-0b3fb1190e81abc91639993ae55e6b81105323e8.tar.xz
tutor-module-0b3fb1190e81abc91639993ae55e6b81105323e8.zip
[client] reworked ThriftActions.deleteImageBase and deleteImageVersion
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureListWindow.java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureListWindow.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureListWindow.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureListWindow.java
index ce455b5a..31395897 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureListWindow.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureListWindow.java
@@ -224,8 +224,6 @@ public class LectureListWindow extends LectureListWindowLayout {
private void deleteLecture(final LectureSummary lecture) {
if (lecture == null)
return;
- if (!Gui.showMessageBox(this, "Wollen Sie diese Veranstaltung wirklich löschen?", MessageType.QUESTION_YESNO, LOGGER, null))
- return;
ThriftActions.deleteLecture(JOptionPane.getFrameForComponent(me),
lecture.getLectureId(), new DeleteLectureCallback() {
@Override