[longomatch] Move templates to a viewable place



commit d855d3c4ccd2d471ea3cf2b7eb7a18cf90ebab02
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Nov 5 15:39:53 2012 +0100

    Move templates to a viewable place

 LongoMatch.Core/Config.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Config.cs b/LongoMatch.Core/Config.cs
index 313f2b1..e3fcd33 100644
--- a/LongoMatch.Core/Config.cs
+++ b/LongoMatch.Core/Config.cs
@@ -41,7 +41,7 @@ namespace LongoMatch
 		}
 
 		public static string TemplatesDir() {
-			return Path.Combine(configDirectory, "templates");
+			return Path.Combine(homeDirectory, "templates");
 		}
 
 		public static string VideosDir() {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]