From: jh5.cho Date: Thu, 19 Jan 2017 11:55:25 +0000 (+0900) Subject: Fix elm-sharp theme file path X-Git-Tag: submit/trunk/20170823.075128~110^2~171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13ba4111637bd9339c7364dea20bd711bfdf8a4d;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Fix elm-sharp theme file path Change-Id: Iab858c35896bda53d9b5ce2cfb3d9c6ee1d0c427 --- diff --git a/src/ElmSharp/ElmSharp/Elementary.cs b/src/ElmSharp/ElmSharp/Elementary.cs index 31eb5fd..5117ff9 100644 --- a/src/ElmSharp/ElmSharp/Elementary.cs +++ b/src/ElmSharp/ElmSharp/Elementary.cs @@ -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() {