summaryrefslogtreecommitdiff
path: root/capplets/default-applications/mate-da-capplet.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-06-13 23:41:47 +0200
committerraveit65 <[email protected]>2019-06-15 17:24:06 +0200
commit0155e265fad7655d705ca1ca9c9552d456699a3a (patch)
tree3e7df39a14b201cc6d7dde491fd0400036eef542 /capplets/default-applications/mate-da-capplet.h
parent06970a77f4d1d7aefd9b468a4ac75f737ebf5431 (diff)
downloadmate-control-center-0155e265fad7655d705ca1ca9c9552d456699a3a.tar.bz2
mate-control-center-0155e265fad7655d705ca1ca9c9552d456699a3a.tar.xz
Add orca to Visual combo box if available
Fixes #270
Diffstat (limited to 'capplets/default-applications/mate-da-capplet.h')
-rw-r--r--capplets/default-applications/mate-da-capplet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/capplets/default-applications/mate-da-capplet.h b/capplets/default-applications/mate-da-capplet.h
index 4fa517b0..dca456bb 100644
--- a/capplets/default-applications/mate-da-capplet.h
+++ b/capplets/default-applications/mate-da-capplet.h
@@ -29,7 +29,8 @@
#define VISUAL_SCHEMA "org.mate.applications-at-visual"
#define VISUAL_KEY "exec"
-#define VISUAL_STARTUP_KEY "startup"
+#define VISUAL_STARTUP_SCHEMA "org.gnome.desktop.a11y.applications"
+#define VISUAL_STARTUP_KEY "screen-reader-enabled"
#define MOBILITY_SCHEMA "org.mate.applications-at-mobility"
#define MOBILITY_KEY "exec"
@@ -90,6 +91,7 @@ typedef struct _MateDACapplet {
/* Settings objects */
GSettings* terminal_settings;
GSettings* visual_settings;
+ GSettings* visual_startup_settings;
GSettings* mobility_settings;
GSettings* calculator_settings;
GSettings* messenger_settings;