diff options
author | vivek jain <jvivek@novell.com> | 2005-08-22 20:21:42 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-08-22 20:21:42 +0800 |
commit | 78d8426bc15dda59c8ff1194c09655757bee5aef (patch) | |
tree | fa9b3405f693a7cb64a65fc9858434b38b7fad55 /plugins/groupwise-features/install-shared.c | |
parent | 879ed4784ca4f90e0992c4627e45965e48c85a6b (diff) | |
download | gsoc2013-evolution-78d8426bc15dda59c8ff1194c09655757bee5aef.tar.gz 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
Diffstat (limited to 'plugins/groupwise-features/install-shared.c')
-rw-r--r-- | plugins/groupwise-features/install-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |