Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-02-03 08:36:58 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-02-03 08:36:58 (GMT)
commitef0209e5d6a73b2b546584dec1475e7ee1930add (patch)
tree35b0aa835d176b47ec8617a989e05fd2be63d436
parente10b0af2ed9aa4e8853fd5fd97cb4e6705685fd5 (diff)
Release version 7.v7
-rw-r--r--NEWS2
-rw-r--r--activity/activity.info2
-rw-r--r--mainscreen.py1
3 files changed, 3 insertions, 2 deletions
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)