diff -r a12246c97fcc -r cb96c29156b2 mpxplugins/viewplugins/views/podcastview/src/mpxpodcastcollectionviewcontainer.cpp --- a/mpxplugins/viewplugins/views/podcastview/src/mpxpodcastcollectionviewcontainer.cpp Wed Jun 09 09:38:28 2010 +0300 +++ b/mpxplugins/viewplugins/views/podcastview/src/mpxpodcastcollectionviewcontainer.cpp Mon Jun 21 15:37:19 2010 +0300 @@ -134,6 +134,18 @@ } // --------------------------------------------------------------------------- +// Hides container list box +// --------------------------------------------------------------------------- +// +void CMPXPodcastCollectionViewContainer::HideContainerWindow() + { + if ( iCommonContainer ) + { + iCommonContainer->HideListView(); + } + } + +// --------------------------------------------------------------------------- // Sets the current view to be used to determine the correct help context // --------------------------------------------------------------------------- //