fix app name
authorJisung Ahn <jcastle.ahn@samsung.com>
Fri, 4 Jan 2013 05:55:01 +0000 (14:55 +0900)
committerJisung Ahn <jcastle.ahn@samsung.com>
Fri, 4 Jan 2013 05:55:01 +0000 (14:55 +0900)
Change-Id: If3ba380fb0109e4ed7fd98ae7a2f3f839904f5e7

main/src/control/ivug-crop-ug.cpp
ug-image-viewer-efl.xml

index 97a1b89..c68a404 100755 (executable)
@@ -85,7 +85,7 @@ static void _ivug_setas_crop_view_ok_clicked_cb(void *data, Evas_Object *obj, vo
 {
        char *path = (char *)event_info;
 
-       MSG_MAIN_HIGH("_ivug_setas_view_ok_clicked_cb path = %d", path);
+       MSG_MAIN_HIGH("_ivug_setas_view_ok_clicked_cb path = %s", path);
 
        evas_object_smart_callback_del(obj, "ok,clicked", _ivug_setas_crop_view_ok_clicked_cb);
 
index c2df9cd..4aa693c 100644 (file)
@@ -6,7 +6,7 @@
        <description>Image viewer Application</description>
        <ui-application appid="image-viewer-efl" exec="/usr/ug/bin/image-viewer-efl" nodisplay="true" multiple="true" type="capp" taskmanage="false">
                <icon>ug-image-viewer-efl.png</icon>
-               <label>Image viewer</label>
+               <label>Image viewer Appcontrol</label>
                <label xml:lang="en-us">Image viewer</label>
                <label xml:lang="nl-nl">Image viewer</label>
                <label xml:lang="de-de">Image viewer</label>