On Wed, Aug 31, 2011 at 9:33 AM, Gonzalo Odiard <span dir="ltr"><<a href="mailto:gonzalo@laptop.org">gonzalo@laptop.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

In the ticket #2870 we tried to change all the activities included by default to use <br>bundle_id and exec configuration due to deprecation of class and service_name.<br>The only pending activity is Record<br>The change is simple and I have tested it:<br>


<br>[gonzalo@aronax mainline]$ git diff<br>diff --git a/activity/<a href="http://activity.info" target="_blank">activity.info</a> b/activity/<a href="http://activity.info" target="_blank">activity.info</a><br>index 3b6b219..f3215a0 100644<br>

--- a/activity/<a href="http://activity.info" target="_blank">activity.info</a><br>
+++ b/activity/<a href="http://activity.info" target="_blank">activity.info</a><br>@@ -1,7 +1,7 @@<br> [Activity]<br> name = Record<br> bundle_id = org.laptop.RecordActivity<br>-class = record.Record<br>+exec = sugar-activity record.Record<br>


 icon = activity-record<br> activity_version = 93<br> show_launcher = yes<br><br>Thanks<br><font color="#888888"><br></font></blockquote><div><br></div><div>+1, it's a minor change. </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<font color="#888888">Gonzalo<br>
</font><br>_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
<br></blockquote></div><br>