Commit 083ff98b169b90fd38ba5bb1ee49b7b76684886e

  • avatar
  • Seb Ruiz <ruiz @k…e.org>
  • Tue Aug 02 01:22:11 CEST 2005
Initialising podcast timer only occured if we had previously saved podcasts (regression), and this could never happen.
BUG:109982

svn path=/trunk/extragear/multimedia/amarok/; revision=442222
  
177177 m_smartCategory->setOpen( true );
178178 }
179179 // must be loaded after streams
180 m_podcastTimer = new QTimer();
180181 m_podcastCategory = loadPodcasts();
181182
182183 m_dynamicCategory = loadDynamics();
844844 else {
845845 PlaylistCategory* p = new PlaylistCategory(m_listview, m_playlistCategory, i18n("Podcasts") );
846846
847 m_podcastTimer = new QTimer();
848847 m_podcastItemsToScan.clear();
849848 if( !m_podcastTimerInterval ) m_podcastTimerInterval = 14400000; // 4 hours
850849