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:
authorwurstsalat <mailtrash@posteo.de>2023-05-28 17:55:40 +0300
committerwurstsalat <mailtrash@posteo.de>2023-05-28 17:55:55 +0300
commit317d14472b1225e5e8b216ed54ac256568f4ac33 (patch)
tree40f695e047ad202a42803662422d4230fad799ce
parentca7e09da50176c45d9d49ae434ad7de2531ebec1 (diff)
cfix: Account page: Enable copying for our XMPP address label
-rw-r--r--gajim/data/gui/account_page.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/data/gui/account_page.ui b/gajim/data/gui/account_page.ui
index 3f0185947..5557439e6 100644
--- a/gajim/data/gui/account_page.ui
+++ b/gajim/data/gui/account_page.ui
@@ -181,7 +181,7 @@
<child>
<object class="GtkLabel" id="our_jid_label">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can-focus">True</property>
<property name="tooltip-text" translatable="yes">This is your XMPP address</property>
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>