[SAMPLE APP][PAINT] non-public functions removed
authorMichal Pawluk <m.pawluk@samsung.com>
Fri, 7 Aug 2015 08:17:46 +0000 (10:17 +0200)
committerAgnieszka Janowicz <a.janowicz@samsung.com>
Fri, 7 Aug 2015 09:25:41 +0000 (11:25 +0200)
Change-Id: I891ae0f1900b943fc91504db3ee620d70b4be08d
Signed-off-by: Michal Pawluk <m.pawluk@samsung.com>
Signed-off-by: Agnieszka Janowicz <a.janowicz@samsung.com>
org.tizen.sampledescriptions/html/mobile_n/paint_sd_mn.htm

index a179225..f873f7f 100644 (file)
@@ -771,7 +771,7 @@ toolbar_selected_item_del_cb(void *data, Evas_Object *obj, void *event_info)
 &nbsp;&nbsp;&nbsp;{
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Error handling
 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LOGI(&quot;Removing part of type: %s&quot;, evas_object_type_get(part));
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dlog_print(DLOG_INFO, LOG_TAG, &quot;Removing part of type: %s&quot;, evas_object_type_get(part));
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;evas_object_del(part);
 &nbsp;&nbsp;&nbsp;}
 
@@ -917,7 +917,7 @@ freehand_update(void)
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;s_info.b1, s_info.a1);
 &nbsp;&nbsp;&nbsp;evas_object_line_xy_set(part, x1, y1, x2, y2);
 
-&nbsp;&nbsp;&nbsp;LOGI(&quot;Updating line at: [%d, %d] - [%d, %d]&quot;, x1, y1, x2, y2);
+&nbsp;&nbsp;&nbsp;dlog_print(DLOG_INFO, LOG_TAG, &quot;Updating line at: [%d, %d] - [%d, %d]&quot;, x1, y1, x2, y2);
 
 &nbsp;&nbsp;&nbsp;evas_object_repeat_events_set(part, true);
 &nbsp;&nbsp;&nbsp;evas_object_show(part);
@@ -1107,4 +1107,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>