-rw-r--r-- | core/multimedia/opieplayer/playlistwidget.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/multimedia/opieplayer/playlistwidget.cpp b/core/multimedia/opieplayer/playlistwidget.cpp index 11f9752..4b1ff22 100644 --- a/core/multimedia/opieplayer/playlistwidget.cpp +++ b/core/multimedia/opieplayer/playlistwidget.cpp @@ -988,2 +988,3 @@ void PlayListWidget::openFile() { QString name = filename.right(filename.length()-filename.find("http://")-7); + qDebug(name); lnk.setName( name); //sets file name @@ -992,3 +993,2 @@ void PlayListWidget::openFile() { // problem is, the launcher sees this as a broken link and does not display it :( - lnk.setType("audio/x-mpegurl"); @@ -996,5 +996,2 @@ void PlayListWidget::openFile() { lnk.setIcon("opieplayer/MPEGPlayer"); - QString cmd="touch "+QPEApplication::documentDir()+"audio/x-mpegurl/"+name; - system( cmd.latin1()); -// d->selectedFiles->addToSelection( **dit ); @@ -1002,2 +999,3 @@ void PlayListWidget::openFile() { qDebug("Writing doclink did not work"); + d->selectedFiles->addToSelection( lnk); if(fileDlg) |