[Kget] KDE/kdenetwork/kget

Pino Toscano toscano.pino at tiscali.it
Sat Jun 4 16:08:14 CEST 2005


SVN commit 422098 by pino:

Flushing changes on our config on read, too.

Could this fix #99959 ?

CCMAIL: kget at kde.org



 M  +3 -0      settings.cpp  


--- trunk/KDE/kdenetwork/kget/settings.cpp #422097:422098
@@ -195,6 +195,9 @@
     config->setGroup("DropGeometry");
     dropPosition = config->readPointEntry("Position", &point);
     dropState = config->readUnsignedLongNumEntry("State", DEFAULT_DOCK_STATE );
+
+    // flushing pending changes
+    config->sync();
 }
 
 



More information about the Kget mailing list