[Player-cvs] symbian/music/series60 mmp_sym_browse_view.cpp, 1.1.1.1, 1.2
bnewman at helixcommunity.org bnewman at helixcommunity.orgUpdate of /cvsroot/player/symbian/music/series60
In directory cvs-new:/tmp/cvs-serv9390
Modified Files:
mmp_sym_browse_view.cpp
Log Message:
Removed call to clear the play queue when clicking on a file in browse
view.
CRd by crobinson.
Index: mmp_sym_browse_view.cpp
===================================================================
RCS file: /cvsroot/player/symbian/music/series60/mmp_sym_browse_view.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- mmp_sym_browse_view.cpp 1 Jun 2004 23:50:13 -0000 1.1.1.1
+++ mmp_sym_browse_view.cpp 19 Jul 2004 22:33:37 -0000 1.2
@@ -119,8 +119,14 @@
switch (aCommand)
{
case EMmpSymAknCmdPlay:
- // clear the queue
- m_pPlayQueue->Clear();
+
+ // BDN - Removing this for now, as we don't want to
+ // clear the play queue when selecing a song from
+ // Tracks list. We might want to be smart and clear it
+ // other times, so I'll leave this as a placeholder for
+ // the future.
+ //m_pPlayQueue->Clear();
+
m_pMenuControl->QueueCurrentItem(m_pPlayQueue);
m_pPlayer->PlayNext();
AppUi()->ActivateLocalViewL(TUid::Uid(EMmpSymAknPlayViewId));