fix logical bug: non themed images work now too
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=688651
This commit is contained in:
parent
b4accded7e
commit
44f3ee81c7
2
svg.cpp
2
svg.cpp
@ -63,7 +63,7 @@ class Svg::Private
|
|||||||
: renderer(0),
|
: renderer(0),
|
||||||
contentType(Svg::SingleImage)
|
contentType(Svg::SingleImage)
|
||||||
{
|
{
|
||||||
if (QDir::isAbsolutePath(themePath)) {
|
if (QDir::isAbsolutePath(imagePath)) {
|
||||||
path = imagePath;
|
path = imagePath;
|
||||||
themed = false;
|
themed = false;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user