--- a/satui/satapp/src/satappeventprovider.cpp Fri Jun 11 14:07:16 2010 +0300
+++ b/satui/satapp/src/satappeventprovider.cpp Wed Jun 23 18:49:32 2010 +0300
@@ -413,7 +413,7 @@
immediateDigitResponse);
aInkey = inKey;
- TFLOGSTRING2("SATAPP: SatAppEventProvider::GetYesNoL key=%d", inKey)
+ TFLOGSTRING2("SATAPP: SatAppEventProvider::GetYesNoL key=%x", inKey)
TFLOGSTRING("SATAPP: SatAppEventProvider::GetYesNoL exit")
return response;
}
@@ -681,6 +681,10 @@
}
bool actionAccepted = aActionAccepted;
emit showOpenChannelConfirmEvent(title, actionAccepted);
+ // Show progress dialog when Openchannel confirmed
+ if( actionAccepted ) {
+ emit showWaitNoteWithoutDelayEvent();
+ }
aActionAccepted = actionAccepted;
TFLOGSTRING2( "SATAPP: SatAppEventProvider::ConfirmOpenChannelL exit\
response: %d", response)