From ef0209e5d6a73b2b546584dec1475e7ee1930add Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Tue, 03 Feb 2009 08:36:58 +0000 Subject: Release version 7. --- diff --git a/NEWS b/NEWS index 50e1578..eb8e188 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +7 + 6 5 diff --git a/activity/activity.info b/activity/activity.info index 989c297..a7095d5 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,6 +1,6 @@ [Activity] name = Typing Turtle -activity_version = 6 +activity_version = 7 host_version = 1 service_name = org.laptop.community.TypingTurtle icon = Activity-typingturtle diff --git a/mainscreen.py b/mainscreen.py index a371490..d1ae53a 100644 --- a/mainscreen.py +++ b/mainscreen.py @@ -115,7 +115,6 @@ class MainScreen(gtk.VBox): # Load lessons for this language. bundle_path = sugar.activity.activity.get_bundle_path() code = locale.getlocale(locale.LC_ALL)[0] - code = 'ne_NP' path = bundle_path + '/lessons/' + code self.load_lessons(path) -- cgit v0.9.1