]> Pileus Git - ~andy/gtk/commit
Expose the masked string for password fields to assistive technologies.
authorMario Sanchez Prada <msanchez@igalia.com>
Fri, 10 Aug 2012 16:04:57 +0000 (18:04 +0200)
committerMario Sanchez Prada <msanchez@igalia.com>
Fri, 10 Aug 2012 16:09:06 +0000 (18:09 +0200)
commit63e2a0ff0cd5d6a5bd3a20ad8e6c4f310464a04e
tree594b03fa0a90cb2509a196ce6aebc4bbc745a360
parent58a9244518d43065aa6c74e40e753d5ae0d88fc6
Expose the masked string for password fields to assistive technologies.

Call _gtk_entry_get_display_text()from gtkentryaccessible.c to make
sure we always consider the actual text being displayed when
implementing the functions from the AtkTet interface.

https://bugzilla.gnome.org/show_bug.cgi?id=681591
gtk/a11y/gtkentryaccessible.c