From e225cba670719af7573bf8f04a57393a0764569a Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 25 Oct 2012 00:39:57 +0200 Subject: update NEWS --- NEWS | 2 +- capplets/Makefile.am | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e07cb83a..e85a2888 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ 1.5.0 * Migration to gsettings. - * Keyboard and keybindings capplets are disabled (not yet migrated). + * Keybindings capplet is disabled (not yet migrated). * Appearance capplet: increased minimum dialog size. * Network capplet: use proxy settings from gsettings-desktop-schemas pagkage (http://download.gnome.org/sources/gsettings-desktop-schemas). diff --git a/capplets/Makefile.am b/capplets/Makefile.am index 9b3c70ea..4a0105a4 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -4,12 +4,15 @@ SUBDIRS = \ appearance \ default-applications \ display \ - keybindings \ keyboard \ mouse \ network \ windows +# Enable these applets when migrated to gsettings +GSETTINS_DISABLED_SUBDIRS = \ + keybindings + DIST_SUBDIRS = \ common \ accessibility \ -- cgit v1.2.1