From 3818bb2847b16ecc21320f0208211da4bd883b30 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Fri, 25 Jul 2025 07:22:50 -0400 Subject: clock: Backport Evolution calendar integration from gnome-panel Add Evolution Data Server (EDS) calendar integration to the MATE panel clock applet, most of it ported from gnome-panel's clock applet. This allows users to view calendar events and tasks directly from the clock popup calendar. The calendar integration is disabled by default and can be enabled with --enable-eds during configuration. When disabled, the clock applet functions normally without any EDS dependencies. --- applets/clock/calendar-window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'applets/clock/calendar-window.h') diff --git a/applets/clock/calendar-window.h b/applets/clock/calendar-window.h index d4ef49dd..e24fdfc3 100644 --- a/applets/clock/calendar-window.h +++ b/applets/clock/calendar-window.h @@ -61,7 +61,8 @@ struct _CalendarWindowClass { GType calendar_window_get_type (void) G_GNUC_CONST; GtkWidget *calendar_window_new (time_t *static_current_time, const char *prefs_dir, - gboolean invert_order); + gboolean invert_order, + GSettings *settings); void calendar_window_refresh (CalendarWindow *calwin); -- cgit v1.2.1