Don't reverse the order of multiline comments.
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Jul 2005 18:54:25 +0000 (18:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 1 Jul 2005 18:54:25 +0000 (18:54 +0000)
commit9d6e10125b9dbf416550f86e435b577ab2a2a135
treeb0ea445b733aa4820e1e2d1e54cd2065af457680
parent61b73370920f5d6b79a1c6d0d5bcc9c09170f003
Don't reverse the order of multiline comments.

2005-07-01  Matthias Clasen  <mclasen@redhat.com>

* glib/gkeyfile.c (g_key_file_get_key_comment):
(g_key_file_get_top_comment): Don't reverse the order of multiline
comments.
(g_key_file_get_group_comment): Actually get the group comment.

* tests/keyfile-test.c (test_comments): Test that comments are
handled properly.  (#309263, Mikael Magnusson)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gkeyfile.c
tests/keyfile-test.c