Change operation string
authorJunghyun Kim <jh1114.kim@samsung.com>
Tue, 4 Sep 2012 08:40:25 +0000 (17:40 +0900)
committerJunghyun Kim <jh1114.kim@samsung.com>
Tue, 4 Sep 2012 08:40:25 +0000 (17:40 +0900)
data/org.tizen.smartsearch.xml
src/smartsearch.cpp

index 051377a..5924ba0 100755 (executable)
@@ -22,7 +22,7 @@
                <label xml:lang="fr-fr">Rechercher</label>
                <label xml:lang="ko-kr">검색</label>
                <application-service>
-                       <operation name="http://tizen.org/appsvc/operation/search"/>
+                       <operation name="http://tizen.org/appcontrol/operation/search"/>
                </application-service>
        </ui-application>
 </manifest>
index b751625..ae22250 100755 (executable)
@@ -620,7 +620,7 @@ static void __search_app_service(service_h service, void *data)
 
        SEARCH_DEBUG_LOG("SERVICE OPERATION TYPE : %s", operation);
        if (SEARCH_STRCMP(operation, SERVICE_OPERATION_SEARCH) == 0) {
-               ret = service_get_extra_data(service, "http://tizen.org/appsvc/data/keyword", &query);
+               ret = service_get_extra_data(service, "http://tizen.org/appcontrol/data/keyword", &query);
 
                if(ret != 0) {
                        SEARCH_DEBUG_WARNING("Fail to Get Keyword data!");