homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsallcollectionsstate.cpp
changeset 96 458d8c8d9580
parent 85 35368b604b28
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsallcollectionsstate.cpp	Fri Sep 17 08:27:54 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsallcollectionsstate.cpp	Mon Oct 04 00:07:25 2010 +0300
@@ -94,6 +94,11 @@
 
     mViewOptions->addAction(hbTrId("txt_applib_opt_arrange"),
         this, SLOT(createArrangeCollection()));
+    mViewOptions->addAction(hbTrId("txt_applib_opt_check_software_updates"),
+        static_cast<HsBaseViewState*>(this), SLOT(checkSoftwareUpdates()));
+    mViewOptions->addAction(
+        hbTrId("txt_applib_opt_view_installed_applications"),
+        static_cast<HsBaseViewState*>(this), SLOT(openInstalledView()));
 
     HSMENUTEST_FUNC_EXIT("HsAllCollectionsState::setMenuOptions");
 }