Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolpc user <olpc@xo-0d-33-90.localdomain>2010-11-03 16:20:54 (GMT)
committer olpc user <olpc@xo-0d-33-90.localdomain>2010-11-03 16:20:54 (GMT)
commit7fd5c4b4b4128bcea603c5843aa915c2c056418e (patch)
tree50b79523e7640ce03b48bda07daad9300d21c781
parent92c5fc009fc38691171069b12d96eafd0d71ccdb (diff)
Changed to version 7
-rw-r--r--activity/activity.info2
-rw-r--r--edit_app.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/activity/activity.info b/activity/activity.info
index c34de17..ea353b1 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -4,7 +4,7 @@ bundle_id = org.laptop.Edit
class = edit_app.EditActivity
exec = sugar-activity edit_app.EditActivity
icon = activity-icon
-activity_version = 6
+activity_version = 7
mime_types = text/plain;text/x-python;text/x-logo;text/x-svg;application/xml;text/html;text/xml;image/svg+xml;application/x-turtle-art
show_launcher = yes
host_version = 1
diff --git a/edit_app.py b/edit_app.py
index 36add1a..e8d1027 100644
--- a/edit_app.py
+++ b/edit_app.py
@@ -40,7 +40,6 @@ class EditActivity(sugar_tools.GroupActivity):
sure there's early_setup, but that's not early enough
'''
- self._logger = logging.getLogger("edit-activity")
self.buffer = gtksourceview.Buffer()
self.refresh_buffer = False