]> git.0d.be Git - empathy.git/commitdiff
CellRendererText: Use G_PARAM_STATIC_STRINGS
authorWill Thompson <will.thompson@collabora.co.uk>
Fri, 26 Mar 2010 20:15:58 +0000 (20:15 +0000)
committerWill Thompson <will.thompson@collabora.co.uk>
Tue, 30 Mar 2010 10:30:37 +0000 (11:30 +0100)
This patch also changes the name of the "is group" property to use a
hyphen (which is the canonical form) rather than an underscore, because
the combination of the underscore and G_PARAM_STATIC_STRINGS makes
GObject blow up:

  GLib-GObject-CRITICAL **: g_param_spec_internal: assertion `!(flags &
  G_PARAM_STATIC_NAME) || is_canonical (name)' failed


No differences found