Commit b9ad1df0e3674b80cf0e32b0330fb9194567e82a

fix improper saving of random dynamic playlist when no current playlist is found in config

BUG: 227073
BUG: 227797
  
516516 m_playlistHash[ playlist->title() ] = playlist->xml();
517517
518518 m_activePlaylist = m_defaultPlaylist = 0;
519 m_activePlaylistPtr = playlist;
519520
520521#if 0
521522 QFile file( Amarok::saveLocation() + "dynamic_current.xml" );