extragear/multimedia/amarok/src

Adam Pigg piggz1 at gmail.com
Sat Nov 18 18:46:40 UTC 2006


It happened a lot for me when adding shoutcast playlists (using the new 
browser) i suppose its possible i missed something when writing the browser 
but it worked ok before.

Havnt tried with any local playlists/tracks yet.

On Saturday 18 November 2006 16:40, Jeff Mitchell wrote:
> Mark--
>
> What are the conditions under which this happens?  After the change was
> made I put things in the playlist plenty of times without any crashing. 
> Besides, it seems like if there is crashing it's because either item->url()
> or url() is invalid, which should be fixed (but it's hard for me to tell
> which one since I can't replicate the crash).
>
> --Jeff
>
> On Saturday 18 November 2006 04:07, Mark Kretschmann wrote:
> > SVN commit 605794 by markey:
> >
> > revert crap ;)
> >
> > This changeset made Amarok crash whenever you put something in the
> > playlist.
> >
> >
> >  M  +1 -1      playlist.cpp
> >
> >
> > --- trunk/extragear/multimedia/amarok/src/playlist.cpp #605793:605794
> > @@ -1931,7 +1931,7 @@
> >          PlaylistItem* item;
> >
> >          for( item = firstChild();
> > -             item && item->url().url() != url.url();
> > +             item && item->url() != url;
> >               item = item->nextSibling() )
> >          {}
>
> _______________________________________________
> Amarok mailing list
> Amarok at kde.org
> https://mail.kde.org/mailman/listinfo/amarok

-- 
PiggZ
adam at piggz.co.uk
www.piggz.co.uk

First, let me make it very clear, poor people aren't necessarily 
killers. Just because you happen to be not rich doesn't mean 
you're willing to kill." 
-President George W. Bush, Washington, D.C., May 19, 2003



More information about the Amarok mailing list