diff --git a/retroshare-gui/src/gui/connect/ConfCertDialog.cpp b/retroshare-gui/src/gui/connect/ConfCertDialog.cpp
index 6eb73c430..1159648a6 100644
--- a/retroshare-gui/src/gui/connect/ConfCertDialog.cpp
+++ b/retroshare-gui/src/gui/connect/ConfCertDialog.cpp
@@ -115,6 +115,11 @@ void ConfCertDialog::loadDialog()
ui.trustLvl->setText(QString::fromStdString(RsPeerTrustString(detail.trustLvl)));
+ if(rsPeers->isOnline(detail.id) || rsPeers->isTrustingMe(detail.id))
+ ui._isTrustingMeTF->setText("Yes");
+ else
+ ui._isTrustingMeTF->setText("No");
+
if (detail.ownsign)
{
ui.signBox -> setCheckState(Qt::Checked);
diff --git a/retroshare-gui/src/gui/connect/ConfCertDialog.ui b/retroshare-gui/src/gui/connect/ConfCertDialog.ui
index 559801512..17df5287e 100644
--- a/retroshare-gui/src/gui/connect/ConfCertDialog.ui
+++ b/retroshare-gui/src/gui/connect/ConfCertDialog.ui
@@ -502,20 +502,22 @@
Details
- :/images/rstray3.png
+
+ :/images/rstray3.png:/images/rstray3.png
-
- 0
+ 1
Details
- :/images/peerdetails_16x16.png
+
+ :/images/peerdetails_16x16.png:/images/peerdetails_16x16.png
-
@@ -615,36 +617,15 @@
6
-
- 0
-
-
- 0
-
-
- 0
-
-
+
0
-
-
+
0
-
- 0
-
-
- 0
-
-
- 0
-
-
- 6
-
-
+
6
-
@@ -674,22 +655,10 @@
-
-
+
0
-
- 0
-
-
- 0
-
-
- 0
-
-
- 6
-
-
+
6
-
@@ -749,35 +718,53 @@
Trust Settings
-
-
-
+
+
-
Trust Settings
-
-
-
-
-
- Trust Level
-
-
+
+
-
+
+
-
+
+
+ Trust Level
+
+
+
+ -
+
+
+ true
+
+
+
+ -
+
+
+ Trusting me
+
+
+
+ -
+
+
+ true
+
+
+
+
- -
-
-
- true
-
-
-
- -
+
-
Sign The Certificate
- -
+
-
Trust Their Signature
@@ -787,12 +774,12 @@
- -
+
-
Qt::Vertical
-
+
451
131
@@ -811,7 +798,7 @@
Qt::Horizontal
-
+
311
20