[nautilus] search-popover: GtkCalendar reconnect day-selected signal
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] search-popover: GtkCalendar reconnect day-selected signal
- Date: Tue, 5 Jul 2022 18:56:34 +0000 (UTC)
commit 9a0bf81b4090f6c5da90bd7b4a4486477defea1a
Author: Corey Berla <corey berla me>
Date: Thu Jun 30 13:26:47 2022 -0700
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
src/resources/ui/nautilus-search-popover.ui | 1 +
1 file changed, 1 insertion(+)
---
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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]