mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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:
parent
e5afc6511c
commit
bf5c57c1f0
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue