diff options
author | Myungjae Lee <mjae.lee@samsung.com> | 2011-03-07 10:42:55 +0900 |
---|---|---|
committer | Myungjae Lee <mjae.lee@samsung.com> | 2011-03-07 10:42:55 +0900 |
commit | ea172c5ef11c7ee0cdc0aeef54fa8776144953cb (patch) | |
tree | 19f19872befa9096f289cc103c7664a6ec6aeea0 | |
parent | 46c37b9db1b27cc0498ee521ac2f058010dbe56d (diff) | |
download | elm-misc-ea172c5ef11c7ee0cdc0aeef54fa8776144953cb.tar.gz elm-misc-ea172c5ef11c7ee0cdc0aeef54fa8776144953cb.tar.bz2 elm-misc-ea172c5ef11c7ee0cdc0aeef54fa8776144953cb.zip |
[module] changed copypaste module from ctxpopup_copypasteshareUI to ctxpopup_copypasteUI
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | etc/profile.d/elm.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index edc15fc..864a018 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: elm-misc Section: devel Priority: optional Maintainer: Jaehwan Kim <jae.hwan.kim@samsung.com>, Seokjae Jeong <seok.j.jeong@samsung.com>, Juyung Seo <juyung.seo@samsung.com> -Uploaders: ChunEon Park <chuneon.park@samsung.com>, WooHyun Jung <wh0705.jung@samsung.com>, Hyoyoung Chang <hyoyoung.chang@samsung.com> +Uploaders: ChunEon Park <chuneon.park@samsung.com>, WooHyun Jung <wh0705.jung@samsung.com>, Hyoyoung Chang <hyoyoung.chang@samsung.com>, Myungjae Lee <mjae.lee@samsung.com> Build-Depends: debhelper (>= 5) Standards-Version: 3.8.3 Homepage: N/A diff --git a/etc/profile.d/elm.sh b/etc/profile.d/elm.sh index 989a84d..1f2e731 100755 --- a/etc/profile.d/elm.sh +++ b/etc/profile.d/elm.sh @@ -1,2 +1,2 @@ export ELM_PROFILE="slp" -export ELM_MODULES="ctxpopup_copypasteshareUI>entry/api:decarta>map/api" +export ELM_MODULES="ctxpopup_copypasteUI>entry/api:decarta>map/api" |