glib-mkenums: Fix support for comment templates
authorRyan Lortie <desrt@desrt.ca>
Thu, 6 May 2010 17:36:10 +0000 (12:36 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 6 May 2010 18:27:26 +0000 (13:27 -0500)
commit7aa71527e592d3c46d08a784cf061c79e61d11d8
tree6008ad494027c6f4301984da9c4b3b0ae144769c
parent5b4189fc42afa697b7f13c38d9d6b441d731ed11
glib-mkenums: Fix support for comment templates

Currently, specifying a comment template in the template file results in
the given template being appended to the default (C-style) one rather
than replacing it.

This causes it to be replaced outright.

Bug 617940.
gobject/glib-mkenums.in