diff -r 356f28cd5ca0 -r ed599363c2d7 clock2/clockui/uilayer/clockworldview/src/clockworldview.cpp --- a/clock2/clockui/uilayer/clockworldview/src/clockworldview.cpp Wed Sep 15 12:11:35 2010 +0300 +++ b/clock2/clockui/uilayer/clockworldview/src/clockworldview.cpp Wed Oct 13 14:30:35 2010 +0300 @@ -1202,18 +1202,9 @@ iGalleryOpen = EFalse; - TVwsViewId viewId; - AppUi()->GetActiveViewId( viewId ); - if( viewId.iViewUid == KClockAppWorldViewId ) - { - // Show the navigation pane. - appUi->MakeNavigationPaneVisible( ETrue, EClockAppWorldViewId ); - } - else if(viewId.iViewUid == KClockAppMainViewId ) - { - //update the title text according to the active view - ClockApplicationUi()->SetTitlePaneTextL( R_CLOCK_TITLE_MAIN_VIEW ); - } + // Show the navigation pane. + appUi->MakeNavigationPaneVisible( ETrue, EClockAppWorldViewId ); + // If an image is selected by the user if( result ) {