From 839516e9115dac508b55e140c523c8100cff97f8 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 3 Sep 2015 15:23:11 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index d357d59..4dbf25c 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -1768,7 +1768,7 @@ public class TestingList extends Panel { boolean bShow = Controller.getInstance().getLevel()==AccessLevel.administrator; showSelectedTestsOnly(bShow); jCheckBoxMenuShowSelectedTests1.setState(bShow); - if(!bShow){ + if(bShow){ //if tests are not shown, then show the load tests dialog loadSettings(); }