aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-storage.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-08-19 22:43:00 +0800
committerDan Winship <danw@src.gnome.org>2002-08-19 22:43:00 +0800
commit78542d0487ab419419197ff357bf53e6b5f21adf (patch)
tree48b823571b0e329d5ff2c068a21e5da3ea5e2c73 /shell/e-local-storage.c
parent4f73307d9827e9a42833a4d1325c284cd532a3e0 (diff)
downloadgsoc2013-evolution-78542d0487ab419419197ff357bf53e6b5f21adf.tar
gsoc2013-evolution-78542d0487ab419419197ff357bf53e6b5f21adf.tar.gz
gsoc2013-evolution-78542d0487ab419419197ff357bf53e6b5f21adf.tar.bz2
gsoc2013-evolution-78542d0487ab419419197ff357bf53e6b5f21adf.tar.lz
gsoc2013-evolution-78542d0487ab419419197ff357bf53e6b5f21adf.tar.xz
gsoc2013-evolution-78542d0487ab419419197ff357bf53e6b5f21adf.tar.zst
gsoc2013-evolution-78542d0487ab419419197ff357bf53e6b5f21adf.zip
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
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r--shell/e-local-storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c
index 3b7caca0e4..611f62cb2b 100644
--- a/shell/e-local-storage.c
+++ b/shell/e-local-storage.c
@@ -200,7 +200,7 @@ load_folder (const char *physical_path,
}
/* Ignore the folder if it uses an unknown type. */
- if (! e_folder_type_register_type_registered (local_storage->priv->folder_type_registry,
+ if (! e_folder_type_registry_type_registered (local_storage->priv->folder_type_registry,
e_folder_get_type_string (folder))) {
g_warning ("Folder in %s has unknown type (%s)... ignoring",
physical_path, e_folder_get_type_string (folder));