author | llornkcor <llornkcor> | 2002-12-10 11:58:11 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-12-10 11:58:11 (UTC) |
commit | 92da6d6ed82230c25d71379eaffbcd222464726b (patch) (unidiff) | |
tree | 57a524c60e9a32b0195aa2fa08e484c533e4ddf7 | |
parent | f468c3bc69655aefa0ec5783405355dd3dde4afc (diff) | |
download | opie-92da6d6ed82230c25d71379eaffbcd222464726b.zip opie-92da6d6ed82230c25d71379eaffbcd222464726b.tar.gz opie-92da6d6ed82230c25d71379eaffbcd222464726b.tar.bz2 |
moving to playlistview after adding to it is annoying some people and me sometimes. try this for now
-rw-r--r-- | noncore/multimedia/opieplayer2/playlistwidget.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp index 27a3286..cba7b6d 100644 --- a/noncore/multimedia/opieplayer2/playlistwidget.cpp +++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp | |||
@@ -207,2 +207,6 @@ void PlayListWidget::clearList() { | |||
207 | } | 207 | } |
208 | Config cfg( "OpiePlayer" ); | ||
209 | cfg.setGroup("PlayList"); | ||
210 | cfg.writeEntry("CurrentPlaylist","default"); | ||
211 | setCaption("OpiePlayer"); | ||
208 | } | 212 | } |
@@ -494,3 +498,3 @@ void PlayListWidget::addSelected() { | |||
494 | 498 | ||
495 | tabWidget->setCurrentPage( 0 ); | 499 | // tabWidget->setCurrentPage( 0 ); |
496 | writeCurrentM3u(); | 500 | writeCurrentM3u(); |
@@ -529,3 +533,3 @@ void PlayListWidget::addToSelection( QListViewItem *it) { | |||
529 | writeCurrentM3u(); | 533 | writeCurrentM3u(); |
530 | tabWidget->setCurrentPage(0); | 534 | // tabWidget->setCurrentPage(0); |
531 | 535 | ||