Sophie

Sophie

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

plasma-wallpaper-timeoftheday-0.1-7.mga3.src.rpm

Index: timeofthedaywallpaper.cpp
===================================================================
--- timeofthedaywallpaper.cpp
+++ timeofthedaywallpaper.cpp	2010-05-11 09:59:10.000000000 +0200
@@ -50,6 +50,7 @@
     m_transitionDuration(100),
     m_configWidget(0)
 {
+    KGlobal::locale()->insertCatalog("plasma_wallpaper_image");
     connect(&m_timer, SIGNAL(timeout()), this, SLOT(nextWallpaper()));
     connect(this, SIGNAL(renderCompleted(QImage)), this, SLOT(updateBackground(QImage)));
     m_configUi = new Ui::TimeOfTheDayConfig();