From kde-commits Sun Oct 19 13:39:03 2003 From: Laurent Montel Date: Sun, 19 Oct 2003 13:39:03 +0000 To: kde-commits Subject: kdebase/kmenuedit X-MARC-Message: https://marc.info/?l=kde-commits&m=106657077628715 CVS commit by mlaurent: Sync config otherwise config was never saved. M +19 -18 menuinfo.cpp 1.2 --- kdebase/kmenuedit/menuinfo.cpp #1.1:1.2 @@ -168,4 +168,5 @@ void MenuFolderInfo::save() df->writeEntry("Comment", comment); df->writeEntry("Icon", icon); + df->sync(); }