diff options
author | Martin Stransky <stransky@anakreon.cz> | 2015-01-02 15:38:35 +0100 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2015-01-02 15:38:35 +0100 |
commit | dfbf94f9f60d66f64a9c97c77d46af7759e0d895 (patch) | |
tree | d53756740d29e887c8e230ca8b29cdba630f3f7e /firefox-gtk3-atk.patch | |
parent | Added fix for rhbz#1170109 - data corruption bug on armhfp (diff) | |
download | librewolf-fedora-ff-dfbf94f9f60d66f64a9c97c77d46af7759e0d895.tar.gz librewolf-fedora-ff-dfbf94f9f60d66f64a9c97c77d46af7759e0d895.tar.bz2 librewolf-fedora-ff-dfbf94f9f60d66f64a9c97c77d46af7759e0d895.zip |
Updated ATK patch for gtk3
Diffstat (limited to 'firefox-gtk3-atk.patch')
-rw-r--r-- | firefox-gtk3-atk.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/firefox-gtk3-atk.patch b/firefox-gtk3-atk.patch deleted file mode 100644 index e5e33b5..0000000 --- a/firefox-gtk3-atk.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up firefox-34.0/mozilla-release/accessible/atk/Platform.cpp.old firefox-34.0/mozilla-release/accessible/atk/Platform.cpp ---- firefox-34.0/mozilla-release/accessible/atk/Platform.cpp.old 2014-11-26 03:17:05.000000000 +0100 -+++ firefox-34.0/mozilla-release/accessible/atk/Platform.cpp 2014-12-13 17:40:29.414539391 +0100 -@@ -276,6 +276,9 @@ dbus_done: - bool - a11y::ShouldA11yBeEnabled() - { -+ // Temporary disable for Gtk3 -+ return false; -+ - static bool sChecked = false, sShouldEnable = false; - if (sChecked) - return sShouldEnable; -diff -up firefox-34.0/mozilla-release/media/webrtc/trunk/Makefile.old firefox-34.0/mozilla-release/media/webrtc/trunk/Makefile |