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 'pippy_app.py') diff --git a/pippy_app.py b/pippy_app.py index 99d7436..c4eff1b 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -588,6 +588,7 @@ ACTIVITY_INFO_TEMPLATE = """ [Activity] name = %(title)s bundle_id = %(id)s +service_name = %(id)s class = %(class)s icon = activity-icon activity_version = %(version)d -- cgit v0.9.1