homescreenapp/hsapplication/src/hshomescreen.cpp
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
child 63 52b0f64eeb51
child 77 4b195f3bea29
--- a/homescreenapp/hsapplication/src/hshomescreen.cpp	Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/hsapplication/src/hshomescreen.cpp	Mon May 03 12:24:59 2010 +0300
@@ -158,13 +158,9 @@
 {
     HSTEST_FUNC_ENTRY("HS::HsHomeScreen::registerServicePlugins()");
     QStringList pluginPaths;
-
+    
+    pluginPaths << "private/20022F35";    
     pluginPaths << "hsresources/plugins";
-#ifdef Q_OS_SYMBIAN
-    pluginPaths << "private/20022F35/import/widgetregistry";
-#else
-    pluginPaths << "hsresources/import/widgetregistry";
-#endif
 
     QFileInfoList drives = QDir::drives();
     foreach(const QString pluginPath, pluginPaths) {