summarylogtreecommitdiffstats
path: root/replace_link_cinnamon_settings_online_support.patch
blob: 2d2d8ff87d27b3b266ee80540dcd867d97b7a914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/gui/calendar-management/gcal-new-calendar-page.c
+++ src/gui/calendar-management/gcal-new-calendar-page.c
@@ -471,7 +471,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);
 }