summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2022-06-30 13:26:47 -0700
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2022-07-05 18:53:32 +0000
commit9a0bf81b4090f6c5da90bd7b4a4486477defea1a (patch)
treef209aaa672da39c398363dd5843e76d19ff32f1b
parent49735dc3d89331c61d9ba7e132aa55eed23c099d (diff)
downloadnautilus-9a0bf81b4090f6c5da90bd7b4a4486477defea1a.tar.gz
search-popover: GtkCalendar reconnect day-selected signal
The calendar picker for search stopped working with 7063e201d43da373836cef67ee354d0e83ce3153 which removed the day_selected signal In GTK4 the signal was renamed from day_selected to day-selected. Reconnected the day-selected signal to calendar_day_selected handler. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2304 Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2047
-rw-r--r--src/resources/ui/nautilus-search-popover.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index 9efaac63e..f120f0b67 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -146,6 +146,7 @@
<property name="focusable">True</property>
<property name="valign">start</property>
<property name="show_week_numbers">True</property>
+ <signal name="day-selected" handler="calendar_day_selected" object="NautilusSearchPopover" swapped="no" />
</object>
</property>
</object>