From 5c255cf9a87ae54c776c50199aa4ade241e57696 Mon Sep 17 00:00:00 2001 From: Li Zhang Date: Tue, 9 Jun 2015 12:41:40 +0800 Subject: [PATCH] UUID modification Change-Id: I1162bd927803dd135dd2544707e57e93d3ae4a1a Signed-off-by: Li Zhang --- ise-engine-sunpinyin.xml | 2 +- wrapper/scim/src/sunpinyin_imengine.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ise-engine-sunpinyin.xml b/ise-engine-sunpinyin.xml index 1bf514a..5d4f639 100755 --- a/ise-engine-sunpinyin.xml +++ b/ise-engine-sunpinyin.xml @@ -4,7 +4,7 @@ - + diff --git a/wrapper/scim/src/sunpinyin_imengine.cpp b/wrapper/scim/src/sunpinyin_imengine.cpp index ec64d17..e3557e8 100644 --- a/wrapper/scim/src/sunpinyin_imengine.cpp +++ b/wrapper/scim/src/sunpinyin_imengine.cpp @@ -241,7 +241,7 @@ SunPyFactory::get_help () const String SunPyFactory::get_uuid () const { - return String ("3240fe82-585a-4f4a-96b3-0cad779c3b51"); + return String ("org.tizen.ise-engine-sunpinyin"); } String -- 2.7.4