diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-19 10:09:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-19 10:09:04 +0900 |
commit | b05f8d18314797187ce7504b553d76cfb5f1583c (patch) | |
tree | 00c3e08414a428366dc2e2e0a863833f4453bf08 /tdecore | |
parent | 3e39b81989168a7cf8a07a2804037fd116011db1 (diff) | |
parent | d67a1569e628385ae7325438ffe35c1fce92b0a0 (diff) | |
download | tdelibs-b05f8d18314797187ce7504b553d76cfb5f1583c.tar.gz tdelibs-b05f8d18314797187ce7504b553d76cfb5f1583c.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/kiconloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kiconloader.cpp b/tdecore/kiconloader.cpp index 0f13f7cef..4d787c303 100644 --- a/tdecore/kiconloader.cpp +++ b/tdecore/kiconloader.cpp @@ -490,7 +490,7 @@ TDEIcon TDEIconLoader::findMatchingIcon(const TQString& name, int size) const for (int i = 0 ; i < count ; i++) { icon = themeNode->theme->iconPath(name + *ext[i], size, TDEIcon::MatchBest); - if (icon.isValid()) goto icon_found; + if (icon.isValid()) goto icon_found; } } icon_found: |