From 622d1fb0d3136c5f2f6c061d75c34c1344703d84 Mon Sep 17 00:00:00 2001 From: C. Scott Ananian Date: Mon, 17 Dec 2007 23:42:51 +0000 Subject: Use both service_name *and* bundle_id in the activity bundle info file. The sugar.bundle.activitybundle module claims that service_name is deprecated in favor of bundle_id, but all of our standard activities use service_name at the moment. Further localization doesn't work unless you use service_name. --- (limited to 'activity') diff --git a/activity/activity.info b/activity/activity.info index e630edd..72cbb78 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,5 +1,6 @@ [Activity] name = Pippy +bundle_id = org.laptop.Pippy service_name = org.laptop.Pippy class = pippy_app.PippyActivity icon = activity-icon -- cgit v0.9.1