diff options
author | Benjamin Otte <otte@redhat.com> | 2012-07-09 02:58:22 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-07-09 02:58:22 +0200 |
commit | 58cf6dfaaf3f7c6360881709b2cdf995c6666dc6 (patch) | |
tree | 57f753808a18f7b453afe813de3bc38589493b90 /gtk/Makefile.am | |
parent | fb1b025cbf5a9b2901bbd9c33af21c083a779f45 (diff) | |
download | gtk+-58cf6dfaaf3f7c6360881709b2cdf995c6666dc6.tar.gz |
a11y: Get lockbutton text directly
Instead of letting the generic button code attempt to find the currently
displayed text, just return the text directly.
https://bugzilla.gnome.org/show_bug.cgi?id=677347
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 61866e81f8..d3e785c286 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -481,6 +481,7 @@ gtk_private_h_sources = \ gtkimcontextsimpleseqs.h \ gtkintl.h \ gtkkeyhash.h \ + gtklockbuttonprivate.h \ gtkmenubuttonprivate.h \ gtkmenuprivate.h \ gtkmenuitemprivate.h \ |