return the right path for file()

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=771450
This commit is contained in:
Aaron J. Seigo 2008-02-06 01:26:18 +00:00
parent 462c52af51
commit 20c5ddf8e7

View File

@ -332,7 +332,7 @@ void Svg::setFile(const QString &svgFilePath)
QString Svg::file() const
{
return d->themePath;
return d->themed ? d->themePath : d->path;
}
void Svg::themeChanged()