rpms/kde-plasma-weather/F-11 kde-plasma-weather-1.0.0-fix-layout.patch, NONE, 1.1

Kevin Kofler kkofler at fedoraproject.org
Sun Apr 26 04:28:36 UTC 2009


Author: kkofler

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

Added Files:
	kde-plasma-weather-1.0.0-fix-layout.patch 
Log Message:
* Sun Apr 26 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.0-5
- work around layout issue

kde-plasma-weather-1.0.0-fix-layout.patch:

--- NEW FILE kde-plasma-weather-1.0.0-fix-layout.patch ---
diff -ur plasma-applet-weather-1.0.0/weatherapplet.cpp plasma-applet-weather-1.0.0-fix-layout/weatherapplet.cpp
--- plasma-applet-weather-1.0.0/weatherapplet.cpp	2009-02-03 07:20:28.000000000 +0100
+++ plasma-applet-weather-1.0.0-fix-layout/weatherapplet.cpp	2009-04-26 06:25:00.000000000 +0200
@@ -194,6 +194,7 @@
     if (m_activePlace.isEmpty()) {
         setConfigurationRequired(true);
     } else {
+        setVisibleLayout(false); // FIXME: work around strange breakage
         getWeather();
         setConfigurationRequired(false);
     }




More information about the scm-commits mailing list