diff --git a/src/com/mobileread/ixtab/kolauncher/KualBooklet.java b/src/com/mobileread/ixtab/kolauncher/KualBooklet.java index a03beb2..4540c29 100644 --- a/src/com/mobileread/ixtab/kolauncher/KualBooklet.java +++ b/src/com/mobileread/ixtab/kolauncher/KualBooklet.java @@ -20,7 +20,7 @@ public class KualBooklet extends AbstractBooklet { public KualBooklet() { try { execute(); - suicide(); + //suicide(); } catch (Throwable t) { throw new RuntimeException(t); }