mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
cd542bea12
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>.
56 lines
1.1 KiB
Makefile
56 lines
1.1 KiB
Makefile
include $(top_srcdir)/Makefile.shared
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
DESKTOP_IN_FILES= \
|
|
nautilus.desktop.in \
|
|
nautilus-file-management-properties.desktop
|
|
DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop)
|
|
|
|
SUBDIRS = \
|
|
libnautilus \
|
|
cut-n-paste-code \
|
|
libbackground \
|
|
libnautilus-private \
|
|
libnautilus-adapter \
|
|
src \
|
|
test \
|
|
components \
|
|
po \
|
|
data \
|
|
icons \
|
|
docs \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST= \
|
|
COPYING.LIB \
|
|
COPYING-DOCS \
|
|
HACKING \
|
|
MAINTAINERS \
|
|
nautilus.spec.in \
|
|
nautilus.desktop \
|
|
nautilus.desktop.in \
|
|
gnome-starthere-96.png \
|
|
gnome-starthere.png \
|
|
ChangeLog-20000414 \
|
|
ChangeLog-20000625 \
|
|
ChangeLog-20000831 \
|
|
ChangeLog-20001018 \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
Makefile.shared \
|
|
add-include-prefix \
|
|
$(DESKTOP_IN_FILES) \
|
|
$(DESKTOP_FILES) \
|
|
$(NULL)
|
|
|
|
appicondir = $(datadir)/pixmaps
|
|
appicon_DATA = gnome-starthere-96.png \
|
|
gnome-starthere.png
|
|
|
|
Applicationsdir = $(datadir)/applications
|
|
Applications_DATA = $(DESKTOP_FILES)
|
|
|
|
dist-hook: nautilus.spec
|
|
cp nautilus.spec $(distdir)
|