diff --git a/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp b/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp
index e3e62a249..e96342ae4 100644
--- a/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp
+++ b/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp
@@ -279,7 +279,11 @@ void GxsGroupDialog::setupDefaults()
// default
ui.comments_no->setChecked(true);
}
- }
+ }
+#ifndef RS_USE_CIRCLES
+ ui.typeGroup->setEnabled(false);
+ ui.typeLocal->setEnabled(false);
+#endif
}
void GxsGroupDialog::setupVisibility()
@@ -337,6 +341,9 @@ void GxsGroupDialog::setupReadonly()
ui.commentGroupBox->setEnabled(!(mReadonlyFlags & GXS_GROUP_FLAGS_COMMENTS));
ui.extraFrame->setEnabled(!(mReadonlyFlags & GXS_GROUP_FLAGS_EXTRA));
+#ifndef UNFINISHED
+ ui.pubKeyShare_cb->setEnabled(false) ;
+#endif
}
void GxsGroupDialog::newGroup()
diff --git a/retroshare-gui/src/gui/gxs/GxsGroupDialog.ui b/retroshare-gui/src/gui/gxs/GxsGroupDialog.ui
index 65e21a317..02a7036c1 100644
--- a/retroshare-gui/src/gui/gxs/GxsGroupDialog.ui
+++ b/retroshare-gui/src/gui/gxs/GxsGroupDialog.ui
@@ -7,7 +7,7 @@
0
0
695
- 577
+ 588
@@ -132,41 +132,51 @@
+ -
+
+
+ Will be used to send feedback
+
+
+ Owner:
+
+
+
-
-
-
-
-
- 0
- 0
-
-
-
- Qt::NoFocus
-
-
- Create new Identity
-
-
- New ID
-
-
-
- :/images/identity/identity_create_32.png:/images/identity/identity_create_32.png
-
-
-
- 24
- 24
-
-
-
- true
-
-
-
+
+
+
+ 0
+ 0
+
+
+
+ Qt::NoFocus
+
+
+ Create new Identity
+
+
+ New ID
+
+
+
+ :/images/identity/identity_create_32.png:/images/identity/identity_create_32.png
+
+
+
+ 24
+ 24
+
+
+
+ true
+
+
+
-
diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumGroupDialog.cpp b/retroshare-gui/src/gui/gxsforums/GxsForumGroupDialog.cpp
index cef0e70c6..a85456b3e 100644
--- a/retroshare-gui/src/gui/gxsforums/GxsForumGroupDialog.cpp
+++ b/retroshare-gui/src/gui/gxsforums/GxsForumGroupDialog.cpp
@@ -85,7 +85,7 @@ void GxsForumGroupDialog::initUi()
}
setUiText(UITYPE_KEY_SHARE_CHECKBOX, tr("Add Forum Admins"));
- setUiText(UITYPE_CONTACTS_DOCK, tr("Select Forum Admins"));
+ setUiText(UITYPE_CONTACTS_DOCK, tr("Select Forum Admins"));
}
QPixmap GxsForumGroupDialog::serviceImage()