Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
44e2e4a4 by wurstsalat at 2025-03-17T21:23:14+01:00
fix: Account wizard: Fix selecting default connection type in advanced settings
Fixes #12236
- - - - -
1 changed file:
- gajim/data/gui/account_wizard.ui
Changes:
=====================================
gajim/data/gui/account_wizard.ui
=====================================
@@ -173,12 +173,12 @@
</child>
<child>
<object class="GtkComboBoxText" id="con_type_combo">
- <property name="active">0</property>
<items>
<item>START TLS</item>
<item>DIRECT TLS</item>
<item>PLAIN</item>
</items>
+ <property name="active">0</property>
<layout>
<property name="column">1</property>
<property name="row">4</property>
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/44e2e4a4d555c0cb52ad4bac2a38912f457e375a
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/44e2e4a4d555c0cb52ad4bac2a38912f457e375a
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]