~mixxxdevelopers/mixxx/mixxx-buildserver

« back to all changes in this revision

Viewing changes to mixxx/src/library/library.cpp

  • Committer: Albert Santoni
  • Date: 2011-03-20 00:27:15 UTC
  • mfrom: (2607.1.162 mixxx-1.9)
  • Revision ID: alberts@mixxx.org-20110320002715-sa2d88zbuc5kkyya
MergedĀ fromĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
    //Show the promo tracks view on first run, otherwise show the library
68
68
    if (firstRun) {
69
 
        qDebug() << "First Run, switching to PROMO view!";
 
69
        //qDebug() << "First Run, switching to PROMO view!";
70
70
        //This doesn't trigger onShow()... argh
71
 
        m_pSidebarModel->setDefaultSelection(1);
 
71
        //m_pSidebarModel->setDefaultSelection(1);
72
72
        //slotSwitchToView(tr("Bundled Songs"));
73
73
        //Note the promo tracks item has index=1... hardcoded hack. :/
74
74
    }