summarylogtreecommitdiffstats
path: root/linuxmint_gcal_new_calendar_page.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linuxmint_gcal_new_calendar_page.patch')
-rw-r--r--linuxmint_gcal_new_calendar_page.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/linuxmint_gcal_new_calendar_page.patch b/linuxmint_gcal_new_calendar_page.patch
new file mode 100644
index 000000000000..d7985e7aeff3
--- /dev/null
+++ b/linuxmint_gcal_new_calendar_page.patch
@@ -0,0 +1,12 @@
+--- src/gui/calendar-management/gcal-new-calendar-page.c
++++ src/gui/calendar-management/gcal-new-calendar-page.c
+@@ -493,7 +493,7 @@
+ {
+ GDBusConnection *connection = g_application_get_dbus_connection (g_application_get_default ());
+
+- gcal_utils_launch_online_accounts_panel (connection, NULL, NULL);
++ g_spawn_command_line_async ("cinnamon-settings online-accounts", NULL);
+ }
+
+
+