diff options
Diffstat (limited to 'camel/camel-provider.c')
-rw-r--r-- | camel/camel-provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-provider.c b/camel/camel-provider.c index b0e4017da5..af472c61c8 100644 --- a/camel/camel-provider.c +++ b/camel/camel-provider.c @@ -68,7 +68,7 @@ camel_provider_register (CamelProvider *provider) GList *old_provider_node = NULL; g_assert (provider); - + if (_provider_list) old_provider_node = g_list_find_custom (_provider_list, provider, _provider_name_cmp); |