From: Jisung Ahn Date: Tue, 4 Sep 2012 08:24:11 +0000 (+0900) Subject: appsvc -> appcontrol X-Git-Tag: 2.0_alpha^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=apps%2Fhome%2Fimage-viewer.git appsvc -> appcontrol Change-Id: I66b8b56908185a2c1fcdc89bc9f35acd79097756 --- diff --git a/res/manifest/org.tizen.image-viewer.xml b/res/manifest/org.tizen.image-viewer.xml index 0864d33..29efb3a 100755 --- a/res/manifest/org.tizen.image-viewer.xml +++ b/res/manifest/org.tizen.image-viewer.xml @@ -23,7 +23,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/src/image-viewer.c b/src/image-viewer.c index e3681c1..7d01bf6 100755 --- a/src/image-viewer.c +++ b/src/image-viewer.c @@ -43,7 +43,7 @@ #define UG_BUNDLE_KEY_SETAS_TYPE "Setas type" #define UG_BUNDLE_KEY_STANDALONE "Standalone" -#define SERVICE_OPERATION_CROP "http://tizen.org/appsvc/operation/crop" +#define SERVICE_OPERATION_CROP "http://tizen.org/appcontrol/operation/crop" static const char *_conver_error(int err) {