# HG changeset patch
# User innparusu
# Date 1444644607 -32400
# Node ID 5b496bef0b98ddf543c0b24180193f69ebb50df6
# Parent b344444aca1352073cf898a5faa45be26e088466
Disable Reconnection Panel
diff -r b344444aca13 -r 5b496bef0b98 .idea/workspace.xml
--- a/.idea/workspace.xml Thu Oct 01 19:55:42 2015 +0900
+++ b/.idea/workspace.xml Mon Oct 12 19:10:07 2015 +0900
@@ -3,10 +3,6 @@
-
-
-
-
@@ -34,11 +30,11 @@
-
+
-
-
+
+
@@ -56,16 +52,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -87,11 +73,11 @@
-
+
-
-
+
+
@@ -100,7 +86,7 @@
-
+
@@ -110,7 +96,7 @@
-
+
@@ -120,17 +106,27 @@
-
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -167,18 +163,9 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
@@ -186,8 +173,8 @@
-
-
+
+
@@ -196,9 +183,24 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -206,7 +208,7 @@
-
+
@@ -226,7 +228,7 @@
-
+
@@ -236,7 +238,7 @@
-
+
@@ -258,52 +260,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -609,16 +566,16 @@
+
-
-
-
+
+
-
+
@@ -643,8 +600,6 @@
-
-
@@ -803,44 +758,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1069,6 +986,8 @@
+
+
@@ -1200,6 +1119,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1228,19 +1160,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1370,8 +1289,8 @@
-
-
+
+
@@ -1380,11 +1299,9 @@
-
-
@@ -1392,26 +1309,28 @@
+
-
+
+
+
-
+
-
+
-
@@ -1656,13 +1575,6 @@
-
-
-
-
-
-
-
@@ -1829,7 +1741,6 @@
-
@@ -1883,20 +1794,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1912,7 +1809,6 @@
-
@@ -1920,52 +1816,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -1973,7 +1824,6 @@
-
@@ -1981,16 +1831,7 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -2064,16 +1905,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -2102,7 +1933,22 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2122,22 +1968,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2148,8 +1978,42 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r b344444aca13 -r 5b496bef0b98 src/viewer_swing/java/com/glavsoft/viewer/ConnectionPresenter.java
--- a/src/viewer_swing/java/com/glavsoft/viewer/ConnectionPresenter.java Thu Oct 01 19:55:42 2015 +0900
+++ b/src/viewer_swing/java/com/glavsoft/viewer/ConnectionPresenter.java Mon Oct 12 19:10:07 2015 +0900
@@ -230,7 +230,7 @@
public void showReconnectDialog(String errorTitle, String errorMessage) {
final ConnectionView connectionView = (ConnectionView) getView(CONNECTION_VIEW);
- if (connectionView != null) {
+ if (connectionView != null && needReconnection) {
connectionView.showReconnectDialog(errorTitle, errorMessage);
}
}