Fix elm-sharp theme file path
authorjh5.cho <jh5.cho@samsung.com>
Thu, 19 Jan 2017 11:55:25 +0000 (20:55 +0900)
committerjh5.cho <jh5.cho@samsung.com>
Thu, 19 Jan 2017 11:55:25 +0000 (20:55 +0900)
Change-Id: Iab858c35896bda53d9b5ce2cfb3d9c6ee1d0c427

src/ElmSharp/ElmSharp/Elementary.cs

index 31eb5fd..5117ff9 100644 (file)
@@ -21,7 +21,7 @@ namespace ElmSharp
 {
     public static class Elementary
     {
-        private static readonly string _themeFilePath = "/usr/share/edje/elm-sharp/elm-sharp-theme.edj";
+        private static readonly string _themeFilePath = "/usr/share/elm-sharp/elm-sharp-theme.edj";
 
         public static void Initialize()
         {