Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rwxr-xr-xactivity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index 0fb4e0a..8d60b81 100755
--- a/activity.py
+++ b/activity.py
@@ -17,6 +17,7 @@ class Sindiente(activity.Activity):
def __init__(self, handle):
super(Sindiente, self).__init__(handle)
#ventana
+ self.nivel = 1
self.set_title(_('Sin Dientes'))
self.sugar_data = self.get_activity_root() + '/data/'
self.connect('key-press-event', self._key_press_cb)