GNOME Bugzilla – Bug 344868
g_key_file_to_data should separate groups by \n
Last modified: 2006-06-14 13:48:49 UTC
Keyfiles written by g_key_file_to_data are a bit hard to read since the groups aren't separated by empty lines.
Created attachment 67339 [details] [review] proposed patch
2006-06-14 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_to_data): Separate groups by an empty line (#344868, Christian Persch)