diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-15 17:14:40 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-23 18:03:20 +0100 |
commit | 36831040af2e262ee8e66768152d2057139af8b8 (patch) | |
tree | bad92122c06654eacd394463ba9d7297879990df /data/Makefile.am | |
parent | a6f4e065a66eeb5d74322bfb5cfd4320135a61d1 (diff) | |
download | nautilus-36831040af2e262ee8e66768152d2057139af8b8.tar.gz |
file-management-properties: remove the properties binary
We are moving the Media preferences to a separate control-center panel,
as they're desktop-wide settings. The actual autorun/automount will be
handled by gnome-settings-daemon.
The result is that we don't need to install our old gnome-control-center
capplet anymore, so we can remove all this code.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 7ea1ad7f2..c5d57f101 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -11,7 +11,6 @@ desktop_in_files = \ nautilus-home.desktop.in \ nautilus-computer.desktop.in \ nautilus-folder-handler.desktop.in \ - nautilus-file-management-properties.desktop.in \ nautilus-browser.desktop.in \ nautilus-autorun-software.desktop.in @INTLTOOL_DESKTOP_RULE@ |