Fix the code 60/56760/1
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 12 Jan 2016 11:29:07 +0000 (20:29 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 12 Jan 2016 11:29:07 +0000 (20:29 +0900)
Change-Id: Ief538d9fe38c27b71100ac8ab97137fdd16f9c3b

rule/project/src/view.c

index 96f9287..4cf2189 100644 (file)
@@ -809,7 +809,7 @@ void view_set_label(Evas_Object *parent, const char *part)
                return;
        }
 
-       elm_object_part_content_set(parent, "sw.focus.txt", label);
+       elm_object_part_content_set(parent, part, label);
 }
 
 /*