From 9bda4d18fdf1a7cb734412f03923c11da1f273fb Mon Sep 17 00:00:00 2001 From: Kuersat Akmaz Date: Wed, 7 Oct 2020 14:15:57 +0200 Subject: [client] renamed the function deactiveUnnecessaryButtonsForStudents -> disableUnnecessaryButtonsForStudents Issue : #3743 --- .../main/java/org/openslx/dozmod/gui/window/LectureListWindow.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dozentenmodul/src/main/java/org') 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 1a4b1462..fd66f293 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 @@ -479,7 +479,7 @@ public class LectureListWindow extends LectureListWindowLayout { if (!Session.canListImages()) { - deactiveUnnecessaryButtonsForStudents(); + disableUnnecessaryButtonsForStudents(); } } @@ -487,7 +487,7 @@ public class LectureListWindow extends LectureListWindowLayout { * This funtion disables all unnecessary buttons * when Student is logged in. */ - public void deactiveUnnecessaryButtonsForStudents() + public void disableUnnecessaryButtonsForStudents() { btnDeleteLecture.setVisible(false); btnEditLecture.setVisible(false); -- cgit v1.2.3-55-g7522