From e7f2629167e523c5124d1f3e1ff1e8a481b5f210 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 26 Jul 2020 19:01:02 +0200 Subject: Fix calendar going into update loop --- include/datetime/actions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/datetime') diff --git a/include/datetime/actions.h b/include/datetime/actions.h index 4780990..47931ac 100644 --- a/include/datetime/actions.h +++ b/include/datetime/actions.h @@ -56,7 +56,7 @@ public: virtual void set_location(const std::string& zone, const std::string& name)=0; - void set_calendar_date(const DateTime&); + void set_calendar_date(const DateTime&, bool bUpdateCalendar); GActionGroup* action_group(); const std::shared_ptr state() const; -- cgit v1.2.3