aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-service.c')
-rw-r--r--camel/camel-service.c4
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);
}
14-02-21 23:12:25 +0800'>2014-02-211-9/+0 * Update dns/maradns to 2.0.09.mat2014-02-2010-121/+70 * - Convert to OptionsNGdecke2012-10-241-15/+12 * - Update to 1.4.12decke2012-08-041-0/+15 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-142-2/+2 * - Add missing USERS/GROUPS for binddecke2011-04-121-4/+30 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-27