diff options
Diffstat (limited to 'camel/camel-service.c')
-rw-r--r-- | camel/camel-service.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-service.c b/camel/camel-service.c index 6b3f89f5b5..970957e4b1 100644 --- a/camel/camel-service.c +++ b/camel/camel-service.c @@ -129,7 +129,7 @@ camel_service_connect(CamelService *service) static void __camel_service_connect_to_with_login_passwd(CamelService *service, GString *host, GString *login, GString *passwd) { - camel_service_set_connected(service, TRUE); + __camel_service_set_connected(service, TRUE); } @@ -149,7 +149,7 @@ __camel_service_connect_to_with_login_passwd(CamelService *service, GString *hos static void __camel_service_connect_to_with_login_passwd_port(CamelService *service, GString *host, GString *login, GString *passwd, guint port) { - camel_service_set_connected(service, TRUE); + __camel_service_set_connected(service, TRUE); } |