[gnome-calendar/gnome-42] year-view: Fix a signal connection



commit 6722bda5dd189513d585535a90f4ffde1eb2b5f3
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Apr 11 08:30:52 2022 +0200

    year-view: Fix a signal connection
    
    Parameters were swapped in the connection but not in the callback.
    
    
    (cherry picked from commit 595523f688ab05d7c5f831495eff1f2f1ec07999)

 src/gui/views/gcal-year-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/views/gcal-year-view.c b/src/gui/views/gcal-year-view.c
index b8ebc658..0702d98f 100644
--- a/src/gui/views/gcal-year-view.c
+++ b/src/gui/views/gcal-year-view.c
@@ -664,7 +664,7 @@ gcal_year_view_set_property (GObject      *object,
                                "day-changed",
                                G_CALLBACK (on_clock_day_changed_cb),
                                self,
-                               G_CONNECT_SWAPPED);
+                               0);
       break;
 
     default:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]