aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvivek jain <jvivek@novell.com>2005-08-22 20:21:42 +0800
committerJain Vivek <jvivek@src.gnome.org>2005-08-22 20:21:42 +0800
commit78d8426bc15dda59c8ff1194c09655757bee5aef (patch)
treefa9b3405f693a7cb64a65fc9858434b38b7fad55
parent879ed4784ca4f90e0992c4627e45965e48c85a6b (diff)
downloadgsoc2013-evolution-78d8426bc15dda59c8ff1194c09655757bee5aef.tar
gsoc2013-evolution-78d8426bc15dda59c8ff1194c09655757bee5aef.tar.gz
gsoc2013-evolution-78d8426bc15dda59c8ff1194c09655757bee5aef.tar.bz2
gsoc2013-evolution-78d8426bc15dda59c8ff1194c09655757bee5aef.tar.lz
gsoc2013-evolution-78d8426bc15dda59c8ff1194c09655757bee5aef.tar.xz
gsoc2013-evolution-78d8426bc15dda59c8ff1194c09655757bee5aef.tar.zst
gsoc2013-evolution-78d8426bc15dda59c8ff1194c09655757bee5aef.zip
** see previous commit changed variable name to groupwise_shared_folder
2005-08-22 vivek jain <jvivek@novell.com> ** see previous commit changed variable name to groupwise_shared_folder svn path=/trunk/; revision=30198
-rw-r--r--plugins/groupwise-features/ChangeLog6
-rw-r--r--plugins/groupwise-features/install-shared.c2
-rw-r--r--plugins/groupwise-features/share-folder-common.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog
index 279e3d2cdf..659bb20a50 100644
--- a/plugins/groupwise-features/ChangeLog
+++ b/plugins/groupwise-features/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-22 vivek jain <jvivek@novell.com>
+
+ ** see previous commit
+ changed variable name to
+ groupwise_shared_folder
+
2005-08-22 Vivek Jain <jvivek@novell.com>
* shared-folder-common.c: (org_gnome_create_option)
diff --git a/plugins/groupwise-features/install-shared.c b/plugins/groupwise-features/install-shared.c
index f5db10d16c..79f3edfe19 100644
--- a/plugins/groupwise-features/install-shared.c
+++ b/plugins/groupwise-features/install-shared.c
@@ -185,7 +185,7 @@ org_gnome_popup_wizard (EPlugin *ep, EMEventTargetMessage *target)
char *buffer = NULL;
/* XXX:Remove this when server has a fix to show mails in shared-folder*/
- if (!getenv("SHARED_FOLDER"))
+ if (!getenv("GROUPWISE_SHARED_FOLDER"))
return;
if (!msg)
diff --git a/plugins/groupwise-features/share-folder-common.c b/plugins/groupwise-features/share-folder-common.c
index ae334e197d..5e29695f80 100644
--- a/plugins/groupwise-features/share-folder-common.c
+++ b/plugins/groupwise-features/share-folder-common.c
@@ -351,7 +351,7 @@ org_gnome_create_option(EPlugin *ep, EMPopupTargetFolder *t)
static int first = 0;
/*XXX: Remove this when server has a fix to show mails in shared-folder*/
- if (!getenv("SHARED_FOLDER"))
+ if (!getenv("GROUPWISE_SHARED_FOLDER"))
return;
if (! g_strrstr (t->uri, "groupwise://"))
@@ -407,7 +407,7 @@ org_gnome_shared_folder_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_d
CamelFolder *folder = target->folder;
/*XXX: Remove this when server has a fix to show mails in shared-folder*/
- if (!getenv("SHARED_FOLDER"))
+ if (!getenv("GROUPWISE_SHARED_FOLDER"))
return NULL;
folder_name = g_strdup (folder->full_name);