Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-09-17 17:14:47 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-09-17 17:14:47 (GMT)
commiteb20edb7bc4a7f02636e19831630bfd2b8dd5719 (patch)
tree4f8aa371536003c1e0521992f157c9be728bc9f4 /webactivity.py
parenteae27064616c71468fa0a810c02d5ea6e24835b3 (diff)
New add-shared link icon
Do not set the activity title anymore, this is done by the base activity class
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 50ae081..8d799bd 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -125,7 +125,6 @@ class WebActivity(activity.Activity):
_sugarext.set_prgname(self.sname)
- self.set_title('WebActivity')
self.messenger = None
self.connect('shared', self._shared_cb)