Remove gratuitous suffixes from the icon file search. We now look only for

* libnautilus-private/nautilus-icon-factory.c: Remove gratuitous
	suffixes from the icon file search. We now look only for .svg and
	.png and .jpg files. Lets use .png files most of the time.
This commit is contained in:
Darin Adler 2001-10-05 23:30:27 +00:00
parent e5afc6511c
commit bf5c57c1f0
2 changed files with 6 additions and 7 deletions

View file

@ -1,3 +1,9 @@
2001-10-05 Darin Adler <darin@bentspoon.com>
* libnautilus-private/nautilus-icon-factory.c: Remove gratuitous
suffixes from the icon file search. We now look only for .svg and
.png and .jpg files. Lets use .png files most of the time.
2001-10-05 Darin Adler <darin@bentspoon.com>
* eazel-logos: removed

View file

@ -69,15 +69,8 @@
static const char *icon_file_name_suffixes[] =
{
".svg",
".SVG",
".png",
".PNG",
".gif",
".GIF",
".jpg",
".JPG",
".xpm",
".XPM"
};
#define ICON_NAME_BLOCK_DEVICE "i-blockdev"