[libadwaita/wip/exalm/carousel] demo: Fix carousel demo combo rows
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/carousel] demo: Fix carousel demo combo rows
- Date: Fri, 7 Jan 2022 09:58:21 +0000 (UTC)
commit f99ba36d6558c5308cabea6c3b1c2a3c7fee9dc1
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Jan 7 14:58:42 2022 +0500
demo: Fix carousel demo combo rows
Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/378
demo/pages/carousel/adw-demo-page-carousel.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/demo/pages/carousel/adw-demo-page-carousel.ui b/demo/pages/carousel/adw-demo-page-carousel.ui
index eae9c1b9..5689a19f 100644
--- a/demo/pages/carousel/adw-demo-page-carousel.ui
+++ b/demo/pages/carousel/adw-demo-page-carousel.ui
@@ -36,7 +36,7 @@
<child>
<object class="AdwComboRow" id="orientation_row">
<property name="title" translatable="yes">Orientation</property>
- <signal name="notify::selected" handler="notify_orientation_cb" swapped="no"/>
+ <signal name="notify::selected" handler="notify_orientation_cb" swapped="yes"/>
<property name="model">
<object class="AdwEnumListModel">
<property name="enum-type">GtkOrientation</property>
@@ -50,7 +50,7 @@
<child>
<object class="AdwComboRow" id="indicators_row">
<property name="title" translatable="yes">Page Indicators</property>
- <signal name="notify::selected" handler="notify_indicators_cb" swapped="no"/>
+ <signal name="notify::selected" handler="notify_indicators_cb" swapped="yes"/>
<property name="model">
<object class="GtkStringList">
<items>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]