diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index fb9ffa65..e385e26f 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -9,17 +9,8 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
diff --git a/src/_VisualDVM/Constants.java b/src/_VisualDVM/Constants.java
index 9a80d6e6..f3119944 100644
--- a/src/_VisualDVM/Constants.java
+++ b/src/_VisualDVM/Constants.java
@@ -3,7 +3,7 @@ import Common.Utils.Vector_;
import java.util.Vector;
public class Constants {
- public static final int version = 1167;
+ public static final int version = 1168;
public static final int planner_version = 6;
public static final int testingMaxKernels = 64; //вообще говоря, это параметр машины.
//--
diff --git a/src/_VisualDVM/Global.java b/src/_VisualDVM/Global.java
index fe69b0b6..a71858fd 100644
--- a/src/_VisualDVM/Global.java
+++ b/src/_VisualDVM/Global.java
@@ -171,7 +171,6 @@ public class Global {
messagesServer.Start();
components = new ComponentsSet();
components.initialVersionsCheck();
- //-------->> AutoUpdateSearch
Global.mainModule.getPass(PassCode.GetComponentsActualVersions).Do();
components.validateStates();
if (components.needChanges()) {
diff --git a/src/_VisualDVM/Passes/All/EditAccount.java b/src/_VisualDVM/Passes/All/EditAccount.java
index e4cd744c..9c85f438 100644
--- a/src/_VisualDVM/Passes/All/EditAccount.java
+++ b/src/_VisualDVM/Passes/All/EditAccount.java
@@ -20,6 +20,10 @@ public class EditAccount extends Email {
return (int) ((Math.random() * ((max - min) + 1)) + min);
}
@Override
+ protected boolean isSafe() {
+ return false;
+ }
+ @Override
protected boolean canStart(Object... args) throws Exception {
Subscriber res = new Subscriber(); // объект для заполнения полей.не более.
if (f.ShowDialog("Регистрация", res)) {