diff options
author | Søren Sandmann <sandmann@redhat.com> | 2008-05-17 04:12:46 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2008-05-17 04:12:46 +0000 |
commit | d7bffac0146e67e6232fe12fbc3044bc44a3fc5c (patch) | |
tree | eab753140da2fc317006f17372c72f9a6fe3134d /Makefile.am | |
parent | bcc5f6aa4ff919e776faa7d9dfeda78b183d0df1 (diff) | |
download | nautilus-d7bffac0146e67e6232fe12fbc3044bc44a3fc5c.tar.gz |
Rewrite this function using gconf directly instead of relying on
Fri May 16 23:56:37 2008 Søren Sandmann <sandmann@redhat.com>
* libnautilus-private/nautilus-directory-background.c
(nautilus_file_background_read_desktop_settings):
Rewrite this function using gconf directly instead of relying on
libbackground.
* libnautilus-private/nautilus-directory-background.c
(nautilus_file_background_write_desktop_settings):
Rewrite to use gconf directly
* libbackground:
Remove.
svn path=/trunk/; revision=14163
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cb958d139..b5571975a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,6 @@ desktop_in_files = \ SUBDIRS = \ libnautilus-extension \ cut-n-paste-code \ - libbackground \ libnautilus-private \ src \ test \ |