diff -r f9ce957a272c -r cdae8c6c3876 homescreenapp/runtimeplugins/hsdefaultruntimeplugin/src/hsdefaultruntimeplugin.cpp --- a/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/src/hsdefaultruntimeplugin.cpp Fri Mar 19 09:27:44 2010 +0200 +++ b/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/src/hsdefaultruntimeplugin.cpp Fri Apr 16 14:54:01 2010 +0300 @@ -33,7 +33,7 @@ Q_UNUSED(context); Q_UNUSED(session); - if (descriptor.interfaceName() == QLatin1String("com.nokia.homescreen.runtime.HsRuntime")) { + if (descriptor.interfaceName() == QLatin1String("com.nokia.symbian.IHomeScreenRuntime")) { return new HsDefaultRuntime(this); } else { return 0;