aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-contact-formatter.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/widgets/eab-contact-formatter.c')
-rw-r--r--addressbook/gui/widgets/eab-contact-formatter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/eab-contact-formatter.c b/addressbook/gui/widgets/eab-contact-formatter.c
index 310b4d55db..cc4988d5b3 100644
--- a/addressbook/gui/widgets/eab-contact-formatter.c
+++ b/addressbook/gui/widgets/eab-contact-formatter.c
@@ -1112,13 +1112,13 @@ eab_contact_formatter_finalize (GObject *object)
}
static void
-eab_contact_formatter_class_init (EABContactFormatterClass *klass)
+eab_contact_formatter_class_init (EABContactFormatterClass *class)
{
GObjectClass *object_class;
- g_type_class_add_private (klass, sizeof (EABContactFormatterClass));
+ g_type_class_add_private (class, sizeof (EABContactFormatterClass));
- object_class = G_OBJECT_CLASS (klass);
+ object_class = G_OBJECT_CLASS (class);
object_class->finalize = eab_contact_formatter_finalize;
object_class->set_property = eab_contact_formatter_set_property;
object_class->get_property = eab_contact_formatter_get_property;