[gnome-calendar] year-view: Fix a signal connection
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] year-view: Fix a signal connection
- Date: Thu, 28 Apr 2022 17:17:50 +0000 (UTC)
commit 595523f688ab05d7c5f831495eff1f2f1ec07999
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.
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]