summarylogtreecommitdiffstats
path: root/replace_link_cinnamon_settings_online_support.patch
diff options
context:
space:
mode:
authorSam Burgos2019-10-31 18:13:54 -0600
committerSam Burgos2019-10-31 18:13:54 -0600
commit44899660a440708e7cf8c54487b333fa5aa80a55 (patch)
treeaf1af7b1796351ac62a2d385bdce0fe868dc1b5a /replace_link_cinnamon_settings_online_support.patch
parentc5e6d3a288f37b8b574e83c24f1bcc0591c01e0b (diff)
downloadaur-44899660a440708e7cf8c54487b333fa5aa80a55.tar.gz
updated version of gnome-calendar, adding new patch and editing existing based on current locations of settings withing gnome-calendar current version
Diffstat (limited to 'replace_link_cinnamon_settings_online_support.patch')
-rw-r--r--replace_link_cinnamon_settings_online_support.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/replace_link_cinnamon_settings_online_support.patch b/replace_link_cinnamon_settings_online_support.patch
new file mode 100644
index 000000000000..2d2d8ff87d27
--- /dev/null
+++ b/replace_link_cinnamon_settings_online_support.patch
@@ -0,0 +1,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);
+ }
+
+
+
+