From 78542d0487ab419419197ff357bf53e6b5f21adf Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 19 Aug 2002 14:43:00 +0000 Subject: Fix the names of these functions. (They previously used "register" instead * e-folder-type-registry.c (e_folder_type_registry_type_registered, e_folder_type_registry_unregister_type): Fix the names of these functions. (They previously used "register" instead of "registry".) * e-component-registry.c (register_type): Update for renaming * e-local-storage.c (load_folder): Likewise svn path=/trunk/; revision=17799 --- shell/e-folder-type-registry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/e-folder-type-registry.c') diff --git a/shell/e-folder-type-registry.c b/shell/e-folder-type-registry.c index 285ae33760..04ab30824a 100644 --- a/shell/e-folder-type-registry.c +++ b/shell/e-folder-type-registry.c @@ -327,7 +327,7 @@ e_folder_type_registry_set_handler_for_type (EFolderTypeRegistry *folder_type_r gboolean -e_folder_type_register_type_registered (EFolderTypeRegistry *folder_type_registry, +e_folder_type_registry_type_registered (EFolderTypeRegistry *folder_type_registry, const char *type_name) { EFolderTypeRegistryPrivate *priv; @@ -345,7 +345,7 @@ e_folder_type_register_type_registered (EFolderTypeRegistry *folder_type_regist } void -e_folder_type_register_unregister_type (EFolderTypeRegistry *folder_type_registry, +e_folder_type_registry_unregister_type (EFolderTypeRegistry *folder_type_registry, const char *type_name) { EFolderTypeRegistryPrivate *priv; @@ -359,7 +359,7 @@ e_folder_type_register_unregister_type (EFolderTypeRegistry *folder_type_registr folder_type = get_folder_type (folder_type_registry, type_name); if (folder_type == NULL) { - g_warning ("e_folder_type_register_unregister_type(): cannot find type `%s'\n", + g_warning ("e_folder_type_registry_unregister_type(): cannot find type `%s'\n", type_name); return; } -- cgit v1.2.3