[kdebase-runtime] fix typo

Than Ngo than at fedoraproject.org
Tue Jun 28 14:55:38 UTC 2011


commit 63aad2745df96a8716f9e5376aa0011f6d633e61
Author: Than Ngo <than at redhat.com>
Date:   Tue Jun 28 16:53:10 2011 +0200

    fix typo

 kdebase-runtime-4.6.90-iconthemes-inherit.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kdebase-runtime-4.6.90-iconthemes-inherit.patch b/kdebase-runtime-4.6.90-iconthemes-inherit.patch
index 2a0e249..a140325 100644
--- a/kdebase-runtime-4.6.90-iconthemes-inherit.patch
+++ b/kdebase-runtime-4.6.90-iconthemes-inherit.patch
@@ -18,7 +18,7 @@ diff -up kde-runtime-4.6.90/kcontrol/icons/iconthemes.cpp.iconthemes-inherit kde
 +        icon = KIconTheme(iconthemename).iconPath(QString("%1.svg").arg(name), size, KIconLoader::MatchBest);
          if( ! icon.isValid() ) {
 -            icon = icontheme.iconPath(QString("%1.svgz").arg(name), size, KIconLoader::MatchBest);
-+            icon = KIconTheme(iconthemename).iconPath(QString("%1.svg").arg(name), size, KIconLoader::MatchBest);
++            icon = KIconTheme(iconthemename).iconPath(QString("%1.svgz").arg(name), size, KIconLoader::MatchBest);
              if( ! icon.isValid() ) {
                  continue;
              }


More information about the scm-commits mailing list