[gnome-calendar/gbsneto/timeline: 11/18] month-view: Properly notify the "context" property
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gbsneto/timeline: 11/18] month-view: Properly notify the "context" property
- Date: Wed, 1 Apr 2020 21:10:26 +0000 (UTC)
commit 98d8be4c724844447e7e466bb2f8336914c99161
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Mar 27 10:44:36 2020 -0300
month-view: Properly notify the "context" property
After adding the EXPLICIT_NOTIFY flag, we needed to make
GcalMonthView notify about it manually, otherwise the
context wouldn't propagate to GcalMonthPopover. We never
did that.
Fixes https://gitlab.gnome.org/GNOME/gnome-calendar/-/issues/553
src/views/gcal-month-view.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/views/gcal-month-view.c b/src/views/gcal-month-view.c
index ca2d286a..7c575917 100644
--- a/src/views/gcal-month-view.c
+++ b/src/views/gcal-month-view.c
@@ -2170,6 +2170,7 @@ gcal_month_view_set_property (GObject *object,
self,
0);
update_weather (self, TRUE);
+ g_object_notify (object, "context");
break;
default:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]