[kdelibs] fix typo

Rex Dieter rdieter at fedoraproject.org
Sat Nov 20 22:07:35 UTC 2010


commit 074e1b415165612e863caee865d73c01cf099a70
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Nov 20 16:08:10 2010 -0600

    fix typo

 kdelibs-4.5.80-kstandarddirs.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kdelibs-4.5.80-kstandarddirs.patch b/kdelibs-4.5.80-kstandarddirs.patch
index 17f285f..ca05435 100644
--- a/kdelibs-4.5.80-kstandarddirs.patch
+++ b/kdelibs-4.5.80-kstandarddirs.patch
@@ -20,7 +20,7 @@ diff -up kdelibs-4.5.80/kdecore/kernel/kstandarddirs.cpp.kstandarddirs kdelibs-4
 +                    // hack) - we want /etc/kde after the local config paths
 +                    // and before the ones in /usr (including kde-profile)
 +                    if (local && !strcmp("config", type))
-+                       candidates.append(QLatin1STring("/etc/kde/"));
++                       candidates.append(QLatin1String("/etc/kde/"));
                      local = false;
                  }
  	        else


More information about the scm-commits mailing list