[gnome-calendar/gbsneto/timeline: 9/17] 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: 9/17] month-view: Properly notify the "context" property
- Date: Wed, 1 Apr 2020 22:38:34 +0000 (UTC)
commit 02a630b5375eae17239b6604f982cad365518f01
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]