videocollection/hgmyvideos/src/vcxhgmyvideosmainview.cpp
branchRCL_3
changeset 20 2d690156cf8f
parent 18 baf439b22ddd
child 21 315810614048
equal deleted inserted replaced
18:baf439b22ddd 20:2d690156cf8f
    13 *
    13 *
    14 * Description:      My Videos UI main view.*
    14 * Description:      My Videos UI main view.*
    15 */
    15 */
    16 
    16 
    17 
    17 
    18 // Version : %version: 47 %
    18 // Version : %version: 48 %
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include <bldvariant.hrh>
    21 #include <bldvariant.hrh>
    22 #include <aknViewAppUi.h>
    22 #include <aknViewAppUi.h>
    23 #include <avkon.hrh>
    23 #include <avkon.hrh>
   488             if ( iModel->AppState() == CVcxHgMyVideosModel::EVcxMyVideosAppStateVideoIdle )
   488             if ( iModel->AppState() == CVcxHgMyVideosModel::EVcxMyVideosAppStateVideoIdle )
   489                 {
   489                 {
   490                 VideoListL()->HandleMarkCommandL( EVcxHgMyVideosCmdUnmarkAll );
   490                 VideoListL()->HandleMarkCommandL( EVcxHgMyVideosCmdUnmarkAll );
   491                 ActivateCategoryListL();
   491                 ActivateCategoryListL();
   492                 }
   492                 }
   493             else
   493             else if ( iModel->AppState() == CVcxHgMyVideosModel::EVcxMyVideosAppStateCategoryIdle )
   494                 {
   494                 {
   495                 AppUi()->HandleCommandL( aCommand );
   495                 AppUi()->HandleCommandL( aCommand );
   496                 }
   496                 }
   497             }
   497             }
   498             break;
   498             break;