mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
sip/account-widget: Adjust to renamed AdwComboRow property
The property name (and semantics) of Hdy/AdwComboRow changed from "selected-index" to "select-item" resulting in on_user_changed() not being called anymore leaving the apply button insensitive. Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/653 Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu> Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/745>
This commit is contained in:
parent
1159c5135f
commit
2ff69e7bbe
1 changed files with 2 additions and 2 deletions
|
@ -99,13 +99,13 @@
|
|||
<child>
|
||||
<object class="AdwComboRow" id="protocol">
|
||||
<property name="title" translatable="yes">Transport</property>
|
||||
<signal name="notify::selected-index" handler="on_user_changed" swapped="yes"/>
|
||||
<signal name="notify::selected-item" handler="on_user_changed" swapped="yes"/>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwComboRow" id="media_encryption">
|
||||
<property name="title" translatable="yes">Media Encryption</property>
|
||||
<signal name="notify::selected-index" handler="on_user_changed" swapped="yes"/>
|
||||
<signal name="notify::selected-item" handler="on_user_changed" swapped="yes"/>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Reference in a new issue