changeset 1 | f7ac710697a9 |
parent 0 | 16d8024aca5e |
child 5 | 627c4a0fd0e7 |
--- a/src/hbcore/effects/hbeffectcontroller.cpp Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbcore/effects/hbeffectcontroller.cpp Mon May 03 12:48:33 2010 +0300 @@ -190,7 +190,7 @@ } else { // Try the theme, will return the same name if not found in the theme. bool temp; - return HbEffectTheme::global()->getEffectXml(fn, fromTheme ? *fromTheme : temp); + return HbEffectTheme::instance()->getEffectXml(fn, fromTheme ? *fromTheme : temp); } }