[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:45:14 +0000 (UTC)
commit a1e16fef86e985bf063400d7f349866b7da99e7d
Author: Kjartan Maraas <kmaraas gnome org>
Date: Sat Sep 26 12:42:00 2009 +0200
Mark data static
.../providers/groupwise/camel-groupwise-provider.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/groupwise/camel-groupwise-provider.c b/camel/providers/groupwise/camel-groupwise-provider.c
index 6b44948..8e210d3 100644
--- a/camel/providers/groupwise/camel-groupwise-provider.c
+++ b/camel/providers/groupwise/camel-groupwise-provider.c
@@ -47,7 +47,7 @@ static guint groupwise_url_hash (gconstpointer key);
static gint check_equal (gchar *s1, gchar *s2);
static gint groupwise_url_equal (gconstpointer a, gconstpointer b);
-CamelProviderConfEntry groupwise_conf_entries[] = {
+static CamelProviderConfEntry groupwise_conf_entries[] = {
/* override the labels/defaults of the standard settings */
{ CAMEL_PROVIDER_CONF_SECTION_START, "mailcheck", NULL,
@@ -100,7 +100,7 @@ static CamelProvider groupwise_provider = {
/* ... */
};
-CamelServiceAuthType camel_groupwise_password_authtype = {
+static CamelServiceAuthType camel_groupwise_password_authtype = {
N_("Password"),
N_("This option will connect to the GroupWise server using a "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]