Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 15 Jan 2020 22:46:32 UTC Commit: e390377884ae811689d994d44435034c20843531 https://github.com/geany/geany/commit/e390377884ae811689d994d44435034c208435...
Log Message: ----------- Remove explicit static accessible name from the main window
Users expect accessible name of the window to match the window title, so remove the custom explicit name of "Geany" which was added at the very beginnings of Geany, presumably without real a11y reasons.
Without this, GTK forwards the window title to the a11y name for us, leading to the expected result and matching most other apps.
Fixes #2421.
Modified Paths: -------------- data/geany.glade
Modified: data/geany.glade 5 lines changed, 0 insertions(+), 5 deletions(-) =================================================================== @@ -6361,11 +6361,6 @@ <property name="can_focus">False</property> <property name="title" translatable="yes">Geany</property> <property name="icon_name">geany</property> - <child internal-child="accessible"> - <object class="AtkObject" id="window1-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes">Geany</property> - </object> - </child> <accel-groups> <group name="accelgroup1"/> </accel-groups>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).