|
|
|
@ -625,7 +625,7 @@ void K3bMainWindow::saveProperties( TDEConfig* c )
|
|
|
|
|
// FIXME: for some reason the config entries are not properly stored when using the default
|
|
|
|
|
// TDEMainWindow session config. Since I was not able to find the bug I use another config object
|
|
|
|
|
// ----------------------------------------------------------
|
|
|
|
|
c = new KSimpleConfig( saveDir + "list", false );
|
|
|
|
|
c = new TDESimpleConfig( saveDir + "list", false );
|
|
|
|
|
c->setGroup( "Saved Session" );
|
|
|
|
|
// ----------------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -680,7 +680,7 @@ void K3bMainWindow::readProperties( TDEConfig* c )
|
|
|
|
|
// FIXME: for some reason the config entries are not properly stored when using the default
|
|
|
|
|
// TDEMainWindow session config. Since I was not able to find the bug I use another config object
|
|
|
|
|
// ----------------------------------------------------------
|
|
|
|
|
c = new KSimpleConfig( saveDir + "list", true );
|
|
|
|
|
c = new TDESimpleConfig( saveDir + "list", true );
|
|
|
|
|
c->setGroup( "Saved Session" );
|
|
|
|
|
// ----------------------------------------------------------
|
|
|
|
|
|
|
|
|
|