Fix elm-sharp theme file path 31/111131/1 accepted/tizen/ivi/20170119.222541 accepted/tizen/mobile/20170119.222528 accepted/tizen/tv/20170119.222535 submit/tizen/20170119.101043 submit/tizen_common/20170207.140435
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

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()
         {