summaryrefslogtreecommitdiff
path: root/noncore
authorllornkcor <llornkcor>2002-10-08 19:37:34 (UTC)
committer llornkcor <llornkcor>2002-10-08 19:37:34 (UTC)
commitb81a4afcb4d363bf1ee50aa7b43a1f1566addc9d (patch) (side-by-side diff)
tree60246a741e7895f5efe6755c2aee455376ca0939 /noncore
parentde9496b2e6e2784dc4cc83dd5800f89f0954affc (diff)
downloadopie-b81a4afcb4d363bf1ee50aa7b43a1f1566addc9d.zip
opie-b81a4afcb4d363bf1ee50aa7b43a1f1566addc9d.tar.gz
opie-b81a4afcb4d363bf1ee50aa7b43a1f1566addc9d.tar.bz2
more fixes 2
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/playlistwidget.cpp25
1 files changed, 8 insertions, 17 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp
index cc4be23..c0d3108 100644
--- a/noncore/multimedia/opieplayer2/playlistwidget.cpp
+++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp
@@ -499,3 +499,3 @@ void PlayListWidget::addToSelection( QListViewItem *it) {
d->setDocumentUsed = FALSE;
- qDebug("addToSelection2");
+
if(it) {
@@ -725,8 +725,3 @@ void PlayListWidget::openFile() {
- qDebug("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"+ m3uFile);
- m3uList = new Om3u( cfg.readEntry("CurrentPlaylist",""), IO_Append | IO_ReadWrite );
- m3uList->add( filename);
- m3uList->write();
- m3uList->close();
- if(m3uList) delete m3uList;
+// qDebug("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"+ m3uFile);
lnk.setName( filename ); //sets name
@@ -735,2 +730,3 @@ void PlayListWidget::openFile() {
d->selectedFiles->addToSelection( lnk );
+ writeCurrentM3u();
}
@@ -741,10 +737,5 @@ void PlayListWidget::openFile() {
readPls( filename );
- }
- else {
- m3uList = new Om3u( cfg.readEntry("CurrentPlaylist",""), IO_Append | IO_ReadWrite );
- m3uList->add( filename);
- m3uList->write();
- m3uList->close();
- if(m3uList) delete m3uList;
+ } else {
d->selectedFiles->addToSelection( DocLnk(filename) );
+ writeCurrentM3u();
}
@@ -851,3 +842,3 @@ void PlayListWidget::readPls( const QString &filename ) {
void PlayListWidget::writeCurrentM3u() {
- qDebug("writting to current m3u");
+ qDebug("writing to current m3u");
Config cfg( "OpiePlayer" );
@@ -864,3 +855,3 @@ void PlayListWidget::writeCurrentM3u() {
while ( d->selectedFiles->next() );
- // qDebug( list );
+// qDebug( list );
m3uList->write();
@@ -882,3 +873,3 @@ void PlayListWidget::writem3u() {
name = fileDlg->text();
- qDebug( filename );
+// qDebug( filename );