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>2022-09-27 14:12:34 +0300
committerwurstsalat <mailtrash@posteo.de>2022-09-27 14:12:34 +0300
commit3f7f704ea3ec757680aae7b5061f63e9b385e39c (patch)
treea9b6059a30026789321db6990882017e4c5993c0
parentdfba6786224cd747211d2f70d75c75e7840116cf (diff)
cfix: StartChat: Use correct target type for application menu entry
-rw-r--r--gajim/data/gui/application_menu.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/data/gui/application_menu.ui b/gajim/data/gui/application_menu.ui
index d5af2d359..39ef7b4b9 100644
--- a/gajim/data/gui/application_menu.ui
+++ b/gajim/data/gui/application_menu.ui
@@ -7,7 +7,7 @@
<item>
<attribute name="label" translatable="yes">_Start / Join Chat…</attribute>
<attribute name="action">app.start-chat</attribute>
- <attribute name="target"></attribute>
+ <attribute name="target" type="as">['', '']</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Create _Group Chat…</attribute>