updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / icewm-cvs / icewm.svg.patch
blobcbaa723b9d64899fa26ccf1f6aea17c550ff4c0c
1 --- src/yicon.cc
2 +++ src/yicon.cc
3 @@ -80,6 +80,10 @@
4 if (fullpath.fileExists())
5 return fullpath;
7 + fullpath = joinPath(dir, base.addExtension(".svg"));
8 + if (fullpath.fileExists())
9 + return fullpath;
11 return 0;