rpms/kde-plasma-weather/devel kde-plasma-weather-1.0.0-rh495998-popupapplet-not-city.patch, 1.1, 1.2

Kevin Kofler kkofler at fedoraproject.org
Sun Apr 26 03:18:11 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/kde-plasma-weather/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4023/devel

Modified Files:
	kde-plasma-weather-1.0.0-rh495998-popupapplet-not-city.patch 
Log Message:
Fix typo in the patch so it actually builds.

kde-plasma-weather-1.0.0-rh495998-popupapplet-not-city.patch:

Index: kde-plasma-weather-1.0.0-rh495998-popupapplet-not-city.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kde-plasma-weather/devel/kde-plasma-weather-1.0.0-rh495998-popupapplet-not-city.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kde-plasma-weather-1.0.0-rh495998-popupapplet-not-city.patch	26 Apr 2009 02:52:06 -0000	1.1
+++ kde-plasma-weather-1.0.0-rh495998-popupapplet-not-city.patch	26 Apr 2009 03:18:11 -0000	1.2
@@ -5,7 +5,7 @@
  
      // If we have any weather observations set them up here.
      foreach(const QString& place, generalConfig.groupList()) {
-+        if (place == QLatin1String("PopupApplet") {
++        if (place == QLatin1String("PopupApplet")) {
 +            continue; // not a place
 +        }
          KConfigGroup placeConfig(&generalConfig, place);
@@ -15,7 +15,7 @@
  {
      KConfigGroup generalConfig = config();
      foreach(const QString& place, generalConfig.groupList()) {
-+        if (place == QLatin1String("PopupApplet") {
++        if (place == QLatin1String("PopupApplet")) {
 +            continue; // not a place
 +        }
          KConfigGroup placeConfig(&generalConfig, place);




More information about the fedora-extras-commits mailing list