After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344868 - g_key_file_to_data should separate groups by \n
g_key_file_to_data should separate groups by \n
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2006-06-14 13:17 UTC by Christian Persch
Modified: 2006-06-14 13:48 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
proposed patch (1.06 KB, patch)
2006-06-14 13:18 UTC, Christian Persch
none Details | Review

Description Christian Persch 2006-06-14 13:17:51 UTC
Keyfiles written by g_key_file_to_data are a bit hard to read since the groups aren't separated by empty lines.
Comment 1 Christian Persch 2006-06-14 13:18:11 UTC
Created attachment 67339 [details] [review]
proposed patch
Comment 2 Matthias Clasen 2006-06-14 13:48:49 UTC
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)