[evolution-data-server] Mark data static
- From: Kjartan Maraas <kmaraas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Mark data static
- Date: Sat, 26 Sep 2009 10:44:59 +0000 (UTC)
commit f4faf476750d84cf31118ba4750b9782d445ecbc
Author: Kjartan Maraas <kmaraas gnome org>
Date: Sat Sep 26 12:41:24 2009 +0200
Mark data static
camel/providers/pop3/camel-pop3-provider.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/pop3/camel-pop3-provider.c b/camel/providers/pop3/camel-pop3-provider.c
index 379ae52..cb74949 100644
--- a/camel/providers/pop3/camel-pop3-provider.c
+++ b/camel/providers/pop3/camel-pop3-provider.c
@@ -70,7 +70,7 @@ static CamelProvider pop3_provider = {
/* ... */
};
-CamelServiceAuthType camel_pop3_password_authtype = {
+static CamelServiceAuthType camel_pop3_password_authtype = {
N_("Password"),
N_("This option will connect to the POP server using a plaintext "
@@ -80,7 +80,7 @@ CamelServiceAuthType camel_pop3_password_authtype = {
TRUE
};
-CamelServiceAuthType camel_pop3_apop_authtype = {
+static CamelServiceAuthType camel_pop3_apop_authtype = {
"APOP",
N_("This option will connect to the POP server using an encrypted "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]