diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-04-17 13:38:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-04-17 13:42:14 -0400 |
commit | 50f041bc5750e615aef8ba81ecc7614542989143 (patch) | |
tree | ce215e035f0247d14ab05b9cecc4a2d8e3f01ce0 /gtk/Makefile.am | |
parent | 268243834a002ee406ecd846fa66ceac42d68699 (diff) | |
download | gtk+-50f041bc5750e615aef8ba81ecc7614542989143.tar.gz |
shortcuts: Follow changes of accels
Add a way to associate a detailed action name with a shortcut.
If the action name is set, update the accelerator whenever
accels change on the window that the shortcuts window is
associated with.
https://bugzilla.gnome.org/show_bug.cgi?id=764975
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 90b3235c00..c9f3430730 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -540,6 +540,8 @@ gtk_private_h_sources = \ gtkselectionprivate.h \ gtksettingsprivate.h \ gtkshortcutlabelprivate.h \ + gtkshortcutswindowprivate.h \ + gtkshortcutsshortcutprivate.h \ gtksidebarrowprivate.h \ gtksizegroup-private.h \ gtksizerequestcacheprivate.h \ |