[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/gnome-calls][debian/latest] 2 commits: call-box: Use correct property
Guido Günther (@agx)
gitlab at salsa.debian.org
Mon Jun 16 15:23:56 BST 2025
Guido Günther pushed to branch debian/latest at Debian On Mobile / gnome-calls
Commits:
8f2ac377 by Guido Günther at 2025-05-04T09:51:33+02:00
call-box: Use correct property
This allows to dial out SIP addresses again
- - - - -
81dd4e6c by Guido Günther at 2025-05-04T09:51:57+02:00
Document changes and release 48.1-2
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/call-box-Use-correct-property.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+gnome-calls (48.1-2) unstable; urgency=medium
+
+ * call-box: Use correct property.
+ This allows to dial out SIP addresses again
+
+ -- Guido Günther <agx at sigxcpu.org> Sun, 04 May 2025 09:51:52 +0200
+
gnome-calls (48.1-1) unstable; urgency=medium
* New upstream release
=====================================
debian/patches/call-box-Use-correct-property.patch
=====================================
@@ -0,0 +1,31 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Mon, 28 Apr 2025 16:13:58 +0200
+Subject: call-box: Use correct property
+MIME-Version: 1.0
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+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 at sigxcpu.org>
+Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/775>
+---
+ src/ui/new-call-box.ui | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ui/new-call-box.ui b/src/ui/new-call-box.ui
+index 36a47db..3b13ec5 100644
+--- a/src/ui/new-call-box.ui
++++ b/src/ui/new-call-box.ui
+@@ -20,7 +20,7 @@
+ <property name="halign">center</property>
+ <child>
+ <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>
+ </child>
+ </object>
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
disable-flaky-sip-test.patch
disable-application-test.patch
+call-box-Use-correct-property.patch
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/7c2555edfd4c6c4e381117aba36e729888647c22...81dd4e6ce40717f96da69b5548fb8166861c7e53
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/7c2555edfd4c6c4e381117aba36e729888647c22...81dd4e6ce40717f96da69b5548fb8166861c7e53
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20250616/70900685/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list