author | llornkcor <llornkcor> | 2002-10-08 00:10:23 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-08 00:10:23 (UTC) |
commit | 5e450f24ca13923535754b33a1d1645709a8259d (patch) (unidiff) | |
tree | 50603e21c40bd0a4dd1661a96a5b4b0fe3b6f364 | |
parent | 02464ee120e2661d1fb30b0743ce64626c2d3133 (diff) | |
download | opie-5e450f24ca13923535754b33a1d1645709a8259d.zip opie-5e450f24ca13923535754b33a1d1645709a8259d.tar.gz opie-5e450f24ca13923535754b33a1d1645709a8259d.tar.bz2 |
small config fix
-rw-r--r-- | noncore/multimedia/opieplayer2/playlistwidget.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp index ab6b593..26c2896 100644 --- a/noncore/multimedia/opieplayer2/playlistwidget.cpp +++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp | |||
@@ -217,8 +217,8 @@ void PlayListWidget::readConfig( Config& cfg ) { | |||
217 | 217 | ||
218 | void PlayListWidget::writeConfig( Config& cfg ) const { | 218 | void PlayListWidget::writeConfig( Config& cfg ) const { |
219 | 219 | ||
220 | // Config config( "OpiePlayer" ); | 220 | Config config( "OpiePlayer" ); |
221 | // config.setGroup( "PlayList" ); | 221 | config.setGroup( "PlayList" ); |
222 | 222 | ||
223 | // if(config.readBoolEntry("newPlaylist")) { | 223 | // if(config.readBoolEntry("newPlaylist")) { |
224 | // new for testing | 224 | // new for testing |
@@ -249,7 +249,7 @@ void PlayListWidget::writeConfig( Config& cfg ) const { | |||
249 | 249 | ||
250 | qDebug("writing default playlist "+filename); | 250 | qDebug("writing default playlist "+filename); |
251 | 251 | ||
252 | config.writeEntry("CurrentPlaylist", filename); | 252 | config.writeEntry("CurrentPlaylist", filename); |
253 | // currentPlayList=filename; | 253 | // currentPlayList=filename; |
254 | 254 | ||
255 | if(!lnk.writeLink()) { | 255 | if(!lnk.writeLink()) { |