diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-12-05 11:47:42 +0100 |
---|---|---|
committer | Daniel Juyung Seo <juyung.seo@samsung.com> | 2014-12-08 08:07:11 -0800 |
commit | 1245ae110abc91ed81ba57a07c9a7efa292bef17 (patch) | |
tree | 3108e178408f3019ee4bb074b81301f28c50bbd9 | |
parent | 6e9f21b880f9c26944ad26aee54c55e303770192 (diff) | |
download | elm-misc-1245ae110abc91ed81ba57a07c9a7efa292bef17.tar.gz elm-misc-1245ae110abc91ed81ba57a07c9a7efa292bef17.tar.bz2 elm-misc-1245ae110abc91ed81ba57a07c9a7efa292bef17.zip |
Let's not set the ELM_PROFILE to mobile in a common profile. ELM_PROFILE should be set separately for each profiles.
Change-Id: I3678e2e18d3e775b3007468b0fda61174303b716
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rwxr-xr-x | etc/profile.d/elm.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/profile.d/elm.sh b/etc/profile.d/elm.sh index 6562909..4bee6fd 100755 --- a/etc/profile.d/elm.sh +++ b/etc/profile.d/elm.sh @@ -1,4 +1,3 @@ -export ELM_PROFILE="mobile" export ELM_MODULES="ctxpopup_copypasteUI>entry/api:datetime_input_ctxpopup>datetime/api" # efl-1.8 export ELM_MODULES="$ELM_MODULES:prefs>prefs_iface" |