equal
deleted
inserted
replaced
30 #include "..\help\podcatcher.hlp.hrh" |
30 #include "..\help\podcatcher.hlp.hrh" |
31 #include "PodcastApp.h" |
31 #include "PodcastApp.h" |
32 #include <APGWGNAM.H> |
32 #include <APGWGNAM.H> |
33 #include <HLPLCH.H> |
33 #include <HLPLCH.H> |
34 #include <avkon.hrh> |
34 #include <avkon.hrh> |
|
35 #include "Podcast.mbg" |
35 |
36 |
36 const TUint KDelayLaunch = 1000; |
37 const TUint KDelayLaunch = 1000; |
37 |
38 |
38 CPodcastAppUi::CPodcastAppUi(CPodcastModel* aPodcastModel):iPodcastModel(aPodcastModel) |
39 CPodcastAppUi::CPodcastAppUi(CPodcastModel* aPodcastModel):iPodcastModel(aPodcastModel) |
39 { |
40 { |
120 { |
121 { |
121 switch ( aCommand ) |
122 switch ( aCommand ) |
122 { |
123 { |
123 case EAknSoftkeyExit: |
124 case EAknSoftkeyExit: |
124 { |
125 { |
125 Exit(); |
126 iFeedView->CheckConfirmExit(); |
126 break; |
127 break; |
127 } |
128 } |
128 case EEikCmdExit: |
129 case EEikCmdExit: |
129 { |
130 { |
130 // we want to prevent red button from closing podcatcher, and |
131 // we want to prevent red button from closing podcatcher, and |