Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorBenjamin Schwartz <bens@alum.mit.edu>2007-09-26 18:02:06 (GMT)
committer Benjamin Schwartz <bens@alum.mit.edu>2007-09-26 18:02:06 (GMT)
commit5180b329e0ba0f889ffaa1f49a13b1a82a4beeb1 (patch)
tree269602cd3feb6293c98179896c9cd47e0c7a93f6 /activity.py
parent1c75b714e47ff80dabc717f301411282821d3b9d (diff)
Remove deprecated set_title()
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 5c58f12..d03262e 100644
--- a/activity.py
+++ b/activity.py
@@ -58,7 +58,7 @@ class AcousticMeasureActivity(Activity):
def __init__(self, handle):
"""Set up the Acoustic Tape Measure activity."""
Activity.__init__(self, handle)
- self.set_title(gettext('Acoustic Tape Measure Activity'))
+ #self.set_title(gettext('Acoustic Tape Measure Activity'))
self._logger = logging.getLogger('acousticmeasure-activity')
# top toolbar with share and close buttons: