diff options
author | Seth Nickell <snickell@stanford.edu> | 2002-01-29 04:48:25 +0000 |
---|---|---|
committer | Seth Nickell <seth@src.gnome.org> | 2002-01-29 04:48:25 +0000 |
commit | 5fe3e402795ef71f6cf0d907efaf85a0a057784a (patch) | |
tree | 7953a2196b53e86a77868df59f59cfb7c4a7f10e /gnome-settings-daemon/Makefile.am | |
parent | 788e46daacc36681eac4214f5c220a759db87430 (diff) | |
download | gnome-control-center-5fe3e402795ef71f6cf0d907efaf85a0a057784a.tar.gz |
Read control center directory structure out of GnomeVFS instead of
2002-01-28 Seth Nickell <snickell@stanford.edu>
* control-center/capplet-dir.c: (capplet_new), (capplet_dir_new),
(capplet_dir_entry_destroy), (read_entries),
(get_root_capplet_dir):
* control-center/capplet-dir.h:
Read control center directory structure out of GnomeVFS instead of
directly off the disk.
Also deal with pixmaps more uniformly, and properly load them
out of PREFIX/share/pixmaps when they aren't an absolute path.
* capplets/desktop-links/Sawfish/appearance-properties.desktop.in:
* capplets/desktop-links/Sawfish/bindings-properties.desktop.in:
* capplets/desktop-links/Sawfish/focus-properties.desktop.in:
* capplets/desktop-links/Sawfish/match-properties.desktop.in:
* capplets/desktop-links/Sawfish/maximize-properties.desktop.in:
* capplets/desktop-links/Sawfish/meta-properties.desktop.in:
* capplets/desktop-links/Sawfish/misc-properties.desktop.in:
* capplets/desktop-links/Sawfish/move-properties.desktop.in:
* capplets/desktop-links/Sawfish/placement-properties.desktop.in:
* capplets/desktop-links/Sawfish/sound-properties.desktop.in:
* capplets/desktop-links/Sawfish/workspace-properties.desktop.in:
* capplets/ui-properties/behavior.desktop.in.in:
Add a Categories Field.
* capplets/desktop-links/Makefile.am:
* capplets/desktop-links/Sawfish/Makefile.am:
* capplets/file-types/Makefile.am:
* capplets/theme-switcher/Makefile.am:
* capplets/ui-properties/Makefile.am:
* control-center/Gnome.directory.in.in:
* control-center/Makefile.am:
Install directory files into PREFIX/share/gnome/vfolders, the standard
vfolder description location.
Diffstat (limited to 'gnome-settings-daemon/Makefile.am')
-rw-r--r-- | gnome-settings-daemon/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnome-settings-daemon/Makefile.am b/gnome-settings-daemon/Makefile.am index eb269b00b..b4df244a9 100644 --- a/gnome-settings-daemon/Makefile.am +++ b/gnome-settings-daemon/Makefile.am @@ -28,3 +28,6 @@ gnome2_settings_daemon_LDADD = \ $(top_builddir)/libsounds/libsounds.a \ $(XF86MISC_LIBS) + + + |