repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
icewm-cvs
/
icewm.svg.patch
blob
cbaa723b9d64899fa26ccf1f6aea17c550ff4c0c
1
--- src/yicon.cc
2
+++ src/yicon.cc
3
@@ -80,6 +80,10 @@
4
if (fullpath.fileExists())
5
return fullpath;
6
7
+ fullpath = joinPath(dir, base.addExtension(".svg"));
8
+ if (fullpath.fileExists())
9
+ return fullpath;
10
+
11
return 0;
12
}
13