Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwebactivity.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/webactivity.py b/webactivity.py
index 949cbd8..fddae3b 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -44,8 +44,6 @@ class WebActivity(activity.Activity):
logging.debug('Starting the web activity')
- self.set_title(_('Web Activity'))
-
if browser:
self._browser = browser
else: