Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > 5d92fced93848380f1ca06f2f90a80c3 > files > 1

plasma-wallpaper-timeoftheday-0.1-5mdv2010.1.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();