Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a572e5bc7ccccdda553520b461b8b872 > files > 1

plasma-wallpaper-timeoftheday-0.1-7.mga3.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);