diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-07-31 01:35:31 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-07-31 01:35:31 +0000 |
commit | 99a82ffb4034e0f23773d64c1ddfeafed0830d4b (patch) | |
tree | 64a0be2e90faed104b8da845b59e7c144eae5255 /icons/Makefile.am | |
parent | 46d9cf6a56feafe1015b1be0ec120827abe60ff2 (diff) | |
download | nautilus-99a82ffb4034e0f23773d64c1ddfeafed0830d4b.tar.gz |
fixed bug 1408, where thumbnail frames had the wrong shadow. Fixed by
fixed bug 1408, where thumbnail frames had the wrong shadow. Fixed
by maintaining two versions of the thumbnail, for the aa and non-aa
cases. Also, create the frame from an image instead of drawing
commands.
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r-- | icons/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index 7887ca1c7..6e357b841 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -164,6 +164,8 @@ icon_DATA =\ tabright.png \ temp-home.png \ themes.png \ + thumbnail_frame.aa.png \ + thumbnail_frame.png \ trash-empty.png \ trash-full.png \ uparrow.png \ |