]> git.zerfleddert.de Git - ms2-fixes/commitdiff
another paranoia check
authorMichael Gernoth <michael@gernoth.net>
Sat, 21 May 2011 09:29:00 +0000 (11:29 +0200)
committerMichael Gernoth <michael@gernoth.net>
Sat, 21 May 2011 09:29:00 +0000 (11:29 +0200)
MS2Debounce/src/de/rmdir/ms2debounce/DebounceModuleHelper.java

index 8dda57a667ccbf95c32c768cb11802d067713ed9..75607b819bcdf2524eb240ed24175301d9232133 100644 (file)
@@ -43,6 +43,10 @@ public class DebounceModuleHelper
                } catch (Exception e) {
                        return;
                }
+
+               if (!isLoaded()) {
+                       return;
+               }
        
                if (getDelay() <= 0) {
                        return;
Impressum, Datenschutz