[mate-settings-daemon] 20/25: Drop 0012_use_gnome_a11y_schema_to_enable_applications.patch. Applied upstream.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Fri Jun 12 13:25:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch debian/experimental
in repository mate-settings-daemon.
commit 41e2f07fb278196d1be72a436c873c545ed11417
Author: Martin Wimpress <code at flexion.org>
Date: Fri Jun 12 14:14:49 2015 +0100
Drop 0012_use_gnome_a11y_schema_to_enable_applications.patch. Applied upstream.
---
..._gnome_a11y_schema_to_enable_applications.patch | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/debian/patches/0012_use_gnome_a11y_schema_to_enable_applications.patch b/debian/patches/0012_use_gnome_a11y_schema_to_enable_applications.patch
deleted file mode 100644
index 05c33c2..0000000
--- a/debian/patches/0012_use_gnome_a11y_schema_to_enable_applications.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From d0f277bf02655db7e35946b82176a1b5ffe6819b Mon Sep 17 00:00:00 2001
-From: infirit <infirit at gmail.com>
-Date: Mon, 3 Nov 2014 10:26:22 +0100
-Subject: [PATCH] a11y: Use gnome a11y schema to enable applications
-
-For example when we toggle screen-reader-enable in the gnome schema
-orca will turn on and off even under MATE.
----
- plugins/media-keys/msd-media-keys-manager.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/plugins/media-keys/msd-media-keys-manager.c b/plugins/media-keys/msd-media-keys-manager.c
-index f0b0229..6feac04 100644
---- a/plugins/media-keys/msd-media-keys-manager.c
-+++ b/plugins/media-keys/msd-media-keys-manager.c
-@@ -886,7 +886,7 @@ do_toggle_accessibility_key (const char *key)
- GSettings *settings;
- gboolean state;
-
-- settings = g_settings_new ("org.mate.applications-at");
-+ settings = g_settings_new ("org.gnome.desktop.a11y.applications");
- state = g_settings_get_boolean (settings, key);
- g_settings_set_boolean (settings, key, !state);
- g_object_unref (settings);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-settings-daemon.git
More information about the pkg-mate-commits
mailing list