Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-07-15 15:58:39 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-07-17 17:08:52 +0400
commit4cd98176bea36cb0ef63bfca59e45f610e6c790d (patch)
treeca34a5d49e99da14204e02947985dadde520a4d5 /main/src/addins/CBinding
parente32ededdecb29ed6f18f0e094daa54a358b52cf5 (diff)
Cleaned up user profiles
Diffstat (limited to 'main/src/addins/CBinding')
-rw-r--r--main/src/addins/CBinding/Parser/CTagsManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/CBinding/Parser/CTagsManager.cs b/main/src/addins/CBinding/Parser/CTagsManager.cs
index 6449440e3c..5f4aa0b60f 100644
--- a/main/src/addins/CBinding/Parser/CTagsManager.cs
+++ b/main/src/addins/CBinding/Parser/CTagsManager.cs
@@ -42,7 +42,7 @@ namespace CBinding.Parser
protected abstract IEnumerable<string> GetTags (FileInformation fileInfo);
protected abstract IEnumerable<string> GetTags (Project project, string filename, IEnumerable<string> headers);
- public static readonly string SystemTagsDirectory = PropertyService.Locations.Cache.Combine ("CTagsData");
+ public static readonly string SystemTagsDirectory = UserProfile.Current.CacheDir.Combine ("CTagsData");
public static string CTagsExecutable {
get { return PropertyService.Get<string> ("CBinding.CTagsExecutable", "ctags"); }