diff options
author | Alexander Larsson <alexl@redhat.com> | 2003-01-13 13:47:26 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2003-01-13 13:47:26 +0000 |
commit | aa157e581749a41862ed67069b9e5592155d0af0 (patch) | |
tree | 04feaf623e6bf40fae97c37e51ea2a9bd28e2eea /index.theme.in | |
parent | 2d8900e195c0eef904dcee0d16216c1fc79e59e6 (diff) | |
download | adwaita-icon-theme-aa157e581749a41862ed67069b9e5592155d0af0.tar.gz |
Update version to 0.90.1 (to go with gnome 2.1.91)
2003-01-13 Alexander Larsson <alexl@redhat.com>
* configure.in:
Update version to 0.90.1 (to go with gnome 2.1.91)
* index.theme.in:
Add min and max size to the svg dirs.
Diffstat (limited to 'index.theme.in')
-rwxr-xr-x | index.theme.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/index.theme.in b/index.theme.in index b37f7aec4..cdab8e46e 100755 --- a/index.theme.in +++ b/index.theme.in @@ -180,25 +180,35 @@ Type=Scalable [scalable/apps] Size=48 +MinSize=1 +MaxSize=256 Context=Applications Type=Scalable [scalable/devices] Size=48 +MinSize=1 +MaxSize=256 Context=Devices Type=Scalable [scalable/emblems] Size=48 +MinSize=1 +MaxSize=256 Context=Emblems Type=Scalable [scalable/filesystems] Size=48 +MinSize=1 +MaxSize=256 Context=FileSystems Type=Scalable [scalable/mimetypes] Size=48 +MinSize=1 +MaxSize=256 Context=MimeTypes Type=Scalable |