diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-06 04:02:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-06 04:02:58 +0800 |
commit | 5082cc09d7a9efb41617e206d90d6c2807040ce9 (patch) | |
tree | 70729d1f6806da8756080b8236fe6b005dcca302 /shell/e-local-storage.c | |
parent | 9ec505a6cac24436b02eb21f200401acf84a7a91 (diff) | |
download | gsoc2013-evolution-5082cc09d7a9efb41617e206d90d6c2807040ce9.tar.gz gsoc2013-evolution-5082cc09d7a9efb41617e206d90d6c2807040ce9.tar.zst gsoc2013-evolution-5082cc09d7a9efb41617e206d90d6c2807040ce9.zip |
(load_folder): Do add folders with an unknown
type.
svn path=/trunk/; revision=18560
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 6cdaa1d7b3..c36863bf72 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -201,16 +201,6 @@ load_folder (const char *physical_path, return TRUE; } - /* Ignore the folder if it uses an unknown type. */ - if (! e_folder_type_registry_type_registered (local_storage->priv->folder_type_registry, - e_folder_get_type_string (folder))) { -#if 0 - g_warning ("Folder in %s has unknown type (%s)... ignoring", - physical_path, e_folder_get_type_string (folder)); -#endif - return TRUE; - } - new_folder (local_storage, path, folder); return TRUE; } |