Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > f128d0228b50142e6453c3db49eba29f > files > 3

kinfocenter-5.12.2-1.mga6.src.rpm

diff -Nru a/Modules/about-distro/src/Module.cpp b/Modules/about-distro/src/Module.cpp
--- a/Modules/about-distro/src/Module.cpp	2016-09-29 13:24:16.000000000 +0200
+++ b/Modules/about-distro/src/Module.cpp	2016-10-08 10:26:12.782196523 +0200
@@ -144,7 +144,7 @@
     if (logoPath.isEmpty()) {
         logo = QIcon::fromTheme(QStringLiteral("start-here-kde")).pixmap(128, 128);
     } else {
-        logo = QPixmap(logoPath);
+        logo = QIcon::fromTheme(logoPath).pixmap(128, 128);
     }
     ui->logoLabel->setPixmap(logo);