diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-18 22:49:08 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-18 22:49:08 +0100 |
commit | 6f12750fb05e6284b4356a6648a47ce202ff2d39 (patch) | |
tree | 2456bc6d385a50126518cd6ec11af188f400d4f9 /plugins/Makefile.am | |
parent | fc9ad81243511a82da3df74d03e21e366ce66416 (diff) | |
download | mate-settings-daemon-6f12750fb05e6284b4356a6648a47ce202ff2d39.tar.bz2 mate-settings-daemon-6f12750fb05e6284b4356a6648a47ce202ff2d39.tar.xz |
Re-added keybindings plugin, migrated to GSettings
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4741ba6..6a2a418 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -6,7 +6,8 @@ enabled_plugins = \ clipboard \ datetime \ dummy \ - housekeeping \ + housekeeping \ + keybindings \ keyboard \ media-keys \ mouse \ |