summarylogtreecommitdiffstats
path: root/linuxmint_gcal_new_calendar_page.patch
blob: d7985e7aeff32298805f178d37d74c460839888c (plain)
1
2
3
4
5
6
7
8
9
10
11
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);
 }