summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rwxr-xr-xindex.theme.in14
2 files changed, 14 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 92a1bd254..7bb4455f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-22 Rodney Dawes <dobey@novell.com>
+
+ * index.theme.in: Fix filesystems and mimetypes at 48x48 size to be
+ Fixed instead of Scalable (probable fix for bug #315841)
+ Change minimum size of scalable directories to 32, so that we don't
+ scale the images down too far, for weird smaller sizes
+
2005-12-13 Sunil Mohan Adapa <sunil@atc.tcs.co.in>
* configure.in: Added "te" to ALL_LINGUAS.
diff --git a/index.theme.in b/index.theme.in
index 19cfbf79e..5c54d48b3 100755
--- a/index.theme.in
+++ b/index.theme.in
@@ -96,12 +96,12 @@ Type=Fixed
[48x48/filesystems]
Size=48
Context=FileSystems
-Type=Scalable
+Type=Fixed
[48x48/mimetypes]
Size=48
Context=MimeTypes
-Type=Scalable
+Type=Fixed
[48x48/stock/code]
Size=48
@@ -440,35 +440,35 @@ Type=Fixed
[scalable/apps]
Size=48
-MinSize=1
+MinSize=32
MaxSize=256
Context=Applications
Type=Scalable
[scalable/devices]
Size=48
-MinSize=1
+MinSize=32
MaxSize=256
Context=Devices
Type=Scalable
[scalable/emblems]
Size=48
-MinSize=1
+MinSize=32
MaxSize=256
Context=Emblems
Type=Scalable
[scalable/filesystems]
Size=48
-MinSize=1
+MinSize=32
MaxSize=256
Context=FileSystems
Type=Scalable
[scalable/mimetypes]
Size=48
-MinSize=1
+MinSize=32
MaxSize=256
Context=MimeTypes
Type=Scalable