summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-06-11 16:07:36 +0000
committerDarin Adler <darin@src.gnome.org>2001-06-11 16:07:36 +0000
commit0974316c0002df94a51a1dee17e7dd5c28523b5e (patch)
tree993ddaf6c84ee181ea6677f6cc891fbc0648d450 /icons
parent94a260e96b20455f6fab5ccda776cd32da4c4b91 (diff)
downloadnautilus-0974316c0002df94a51a1dee17e7dd5c28523b5e.tar.gz
Updated version to 1.0.3.2 for the 1.0.4 candidate build.
* configure.in: Updated version to 1.0.3.2 for the 1.0.4 candidate build. * icons/gnome/Makefile.am: Added missing backslash character. Without it, many icons didn't get installed. * src/nautilus-application.c: (need_to_show_first_time_druid): Fix some code that was building a URL by sticking a file:// onto the front of a file name. I just changed it to use the path directly and do a plain unlink instead of gnome_vfs_unlink. * src/nautilus-profiler.c: (nautilus_profiler_bonobo_ui_report_callback): Use gnome_vfs_get_uri_from_local_path instead of just sticking a file:// on the front of a path name.
Diffstat (limited to 'icons')
-rw-r--r--icons/gnome/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/gnome/Makefile.am b/icons/gnome/Makefile.am
index 4ad97479c..4d567b2ca 100644
--- a/icons/gnome/Makefile.am
+++ b/icons/gnome/Makefile.am
@@ -56,7 +56,7 @@ gnome_DATA = \
i-stalled.png \
linux-penguin.png \
rpm-directory.png \
- SearchWeb.png
+ SearchWeb.png \
theme_preview.png \
trash-empty-192.png \
trash-empty-accept-192.png \