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(); }