coreapplicationuis/SysAp/Src/SysApPubSubObserver.cpp
changeset 74 1505405bc645
parent 72 56a7be608841
child 77 b01c07dfcf84
--- a/coreapplicationuis/SysAp/Src/SysApPubSubObserver.cpp	Wed Sep 22 18:06:15 2010 +0300
+++ b/coreapplicationuis/SysAp/Src/SysApPubSubObserver.cpp	Wed Sep 29 15:24:56 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -636,7 +636,8 @@
             else if ( iRestoreOngoing )
                 {
                 TRACES( RDebug::Print( _L("CSysApPubSubObserver::HandleSystemCategoryL: restore finished, make the device reset" ) ) ); 
-                iSysApAppUi.ShowUiNoteL( ESysApRestartPhone );   
+                User::After( 1000000 );
+                iSysApAppUi.ShowQueryL( ESysApRestartPhoneQuery );   
                 }
             }
             break;