Sophie

Sophie

distrib > Mageia > 2 > x86_64 > media > core-release-src > by-pkgid > c2668605284f31e9081dc381ab6bca6a > files > 1

plasma-wallpaper-timeoftheday-0.1-6.mga1.src.rpm

 Index: timeofthedaywallpaper.cpp
===================================================================
--- timeofthedaywallpaper.cpp
+++ timeofthedaywallpaper.cpp   2011-04-29 14:33:14.407221624 +0100
@@ -64,7 +64,7 @@
     m_timer.stop();
     calculateGeometry();
 
-    m_xmlFileName = config.readEntry("timeofthedayxml", "/usr/share/mdk/backgrounds/Mandriva.xml");
+    m_xmlFileName = config.readEntry("timeofthedayxml", "/usr/share/mga/backgrounds/Mageia.xml");
     m_color = config.readEntry("wallpapercolor", QColor(56, 111, 150));
     m_resizeMethod = (ResizeMethod)config.readEntry("wallpaperposition", (int)ScaledResize);