diff options
author | raveit65 <[email protected]> | 2017-03-05 16:06:08 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-07 13:34:19 +0100 |
commit | b461ca43a65f51dfd89bcb837ac6953a60a82d21 (patch) | |
tree | 92161ea6844600f18c125e7fb9dcdfb1168d2eed /libview/ev-view-private.h | |
parent | 3f14ab3b26ea683f02089d14795ac0b5b8d9d076 (diff) | |
download | atril-b461ca43a65f51dfd89bcb837ac6953a60a82d21.tar.bz2 atril-b461ca43a65f51dfd89bcb837ac6953a60a82d21.tar.xz |
a11y: Do not use AtkFactory to create the EvViewAccessible
https://bugzilla.gnome.org/show_bug.cgi?id=685828
taken from:
https://git.gnome.org/browse/evince/commit/?id=37c58de
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r-- | libview/ev-view-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h index b18dcc00..3f9cfb60 100644 --- a/libview/ev-view-private.h +++ b/libview/ev-view-private.h @@ -201,7 +201,7 @@ struct _EvView { EvMapping *synctex_result; /* Accessibility */ - gboolean a11y_enabled; + AtkObject *accessible; }; struct _EvViewClass { |