call-box: Use correct property

There's no `selected-index` property. This makes sure we properly switch
between keypad and text entry.

Fixes ee3abc0 ("treewide: Replace libhandy with libadwaita")

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/775>
This commit is contained in:
Guido Günther
2025-04-28 16:13:58 +02:00
parent 523ec151d1
commit 7c0fcbc158

View File

@@ -20,7 +20,7 @@
<property name="halign">center</property> <property name="halign">center</property>
<child> <child>
<object class="AdwComboRow" id="origin_list"> <object class="AdwComboRow" id="origin_list">
<signal name="notify::selected-index" handler="notify_selected_index_cb" swapped="yes"/> <signal name="notify::selected" handler="notify_selected_index_cb" swapped="yes"/>
</object> </object>
</child> </child>
</object> </object>