Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gajim/gtk/groupchat_details.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/gtk/groupchat_details.py b/gajim/gtk/groupchat_details.py
index 0d04c2855..436e6d83e 100644
--- a/gajim/gtk/groupchat_details.py
+++ b/gajim/gtk/groupchat_details.py
@@ -76,7 +76,7 @@ class GroupchatDetails(Gtk.ApplicationWindow):
self._add_groupchat_settings()
self._add_groupchat_encryption()
- if self._client.state.is_available:
+ if self._client.state.is_available and self._contact.is_joined:
self._ui.edit_name_button.set_sensitive(True)
self._ui.edit_name_button.set_tooltip_text(_('Edit Nameā€¦'))
self._add_groupchat_manage()