diff --git a/src/yicon.cc b/src/yicon.cc index 01746392e..185284a79 100644 --- a/src/yicon.cc +++ b/src/yicon.cc @@ -377,7 +377,8 @@ class IconPathIndex { // now test the system icons folders specified by user or defaults csmart copy(newstr(iconPath)); for (tokens folder(copy, ":"); folder; ++folder) { - probeIconFolder(folder.token(), false); + upath path(folder.token()); + probeIconFolder(path.expand(), false); } dedupTestPath.clear();