diff options
author | Dave Camp <dave@ximian.com> | 2002-10-31 19:24:32 +0000 |
---|---|---|
committer | Dave Camp <campd@src.gnome.org> | 2002-10-31 19:24:32 +0000 |
commit | cd542bea12c4d5468a09edb3b2111e029f0b76e0 (patch) | |
tree | 006b785469169098bb2b360a7ca3edd1a34995c7 /Makefile.am | |
parent | 874a70e92dc65bffaaa0f4fd6150715d73b4bdb0 (diff) | |
download | nautilus-cd542bea12c4d5468a09edb3b2111e029f0b76e0.tar.gz |
New preferences dialog. Use the new prefs dialog. As things are toggled,
2002-10-31 Dave Camp <dave@ximian.com>
* Makefile.am:
* nautilus-file-management-properties.desktop.in:
* src/Makefile.am:
* src/nautilus-file-management-properties-main.c:
* src/nautilus-file-management-properties.c:
* src/nautilus-file-management-properties.h: New preferences
dialog.
* src/nautilus-window-menus.c: (preferences_respond_callback),
(preferences_callback): Use the new prefs dialog.
* src/nautilus-window.c: (nautilus_window_hide_location_bar),
(nautilus_window_show_location_bar),
(nautilus_window_hide_toolbar), (nautilus_window_show_toolbar),
(nautilus_window_hide_sidebar), (nautilus_window_show_sidebar),
(nautilus_window_hide_status_bar),
(nautilus_window_show_status_bar): As things are toggled, save
them as the default for new windows.
Patch from Jan Arne Petersen <jpetersen@uni-bonn.de>.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a09993e1a..0fabd5f8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,9 @@ include $(top_srcdir)/Makefile.shared @INTLTOOL_DESKTOP_RULE@ -DESKTOP_IN_FILES=nautilus.desktop.in +DESKTOP_IN_FILES= \ + nautilus.desktop.in \ + nautilus-file-management-properties.desktop DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop) SUBDIRS = \ |