aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/evolution-module-addressbook.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-10 02:27:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-10 02:27:41 +0800
commitd181e003cadfc3be2ac8b8ad020b110b94c08356 (patch)
tree6b90d877658a0002eae036b2cf71e913cb073631 /modules/addressbook/evolution-module-addressbook.c
parent55d5344510bd2991259d9b202988024b00c957d8 (diff)
downloadgsoc2013-evolution-d181e003cadfc3be2ac8b8ad020b110b94c08356.tar
gsoc2013-evolution-d181e003cadfc3be2ac8b8ad020b110b94c08356.tar.gz
gsoc2013-evolution-d181e003cadfc3be2ac8b8ad020b110b94c08356.tar.bz2
gsoc2013-evolution-d181e003cadfc3be2ac8b8ad020b110b94c08356.tar.lz
gsoc2013-evolution-d181e003cadfc3be2ac8b8ad020b110b94c08356.tar.xz
gsoc2013-evolution-d181e003cadfc3be2ac8b8ad020b110b94c08356.tar.zst
gsoc2013-evolution-d181e003cadfc3be2ac8b8ad020b110b94c08356.zip
EBookConfigNameSelectorEntry: Use G_DEFINE_DYNAMIC_TYPE.
Follow the usual GObject conventions.
Diffstat (limited to 'modules/addressbook/evolution-module-addressbook.c')
-rw-r--r--modules/addressbook/evolution-module-addressbook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/addressbook/evolution-module-addressbook.c b/modules/addressbook/evolution-module-addressbook.c
index ebfdc07d36..950fdeebf9 100644
--- a/modules/addressbook/evolution-module-addressbook.c
+++ b/modules/addressbook/evolution-module-addressbook.c
@@ -41,7 +41,7 @@ e_module_load (GTypeModule *type_module)
/* Register dynamically loaded types. */
e_book_config_hook_register_type (type_module);
- e_book_config_name_selector_entry_register_type (type_module);
+ e_book_config_name_selector_entry_type_register (type_module);
e_book_shell_view_register_type (type_module);
e_book_shell_backend_type_register (type_module);