[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:09 +0000 (UTC)
commit a97e9f9bdf9e5ee520e8570d5df9108ef55b31db
Author: Kjartan Maraas <kmaraas gnome org>
Date: Sat Sep 26 12:41:49 2009 +0200
Mark data static
camel/providers/groupwise/camel-groupwise-folder.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/groupwise/camel-groupwise-folder.c b/camel/providers/groupwise/camel-groupwise-folder.c
index 2e60f71..4f340c7 100644
--- a/camel/providers/groupwise/camel-groupwise-folder.c
+++ b/camel/providers/groupwise/camel-groupwise-folder.c
@@ -102,8 +102,8 @@ static void groupwise_refresh_folder(CamelFolder *folder, CamelException *ex);
#define d(x)
-const gchar * GET_ITEM_VIEW_WITH_CACHE = "peek default recipient threading attachments subject status priority startDate created delivered size recurrenceKey message notification";
-const gchar * GET_ITEM_VIEW_WITHOUT_CACHE = "peek default recipient threading hasAttachment subject status priority startDate created delivered size recurrenceKey";
+static const gchar * GET_ITEM_VIEW_WITH_CACHE = "peek default recipient threading attachments subject status priority startDate created delivered size recurrenceKey message notification";
+static const gchar * GET_ITEM_VIEW_WITHOUT_CACHE = "peek default recipient threading hasAttachment subject status priority startDate created delivered size recurrenceKey";
static gchar *
groupwise_get_filename (CamelFolder *folder, const gchar *uid, CamelException *ex)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]