--- a/photosgallery/commonui/src/glxnavigationalstate.cpp Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/commonui/src/glxnavigationalstate.cpp Wed Mar 31 21:31:03 2010 +0300
@@ -250,7 +250,7 @@
void SetToViewMode()
{
iViewingMode = NGlxNavigationalState::EView;
- // inform the observers( only appui!! ) that the mode is view
+ // inform the observers( only appui ) that the mode is view
NotifyObserversOfStateChange();
}
@@ -436,7 +436,7 @@
EXPORT_C void CGlxNavigationalState::SetToViewMode()
{
iImp->SetToViewMode();
- // inform the observers( only appui!! ) that the mode is view
+ // inform the observers( only appui ) that the mode is view
}
// -----------------------------------------------------------------------------