From eb20edb7bc4a7f02636e19831630bfd2b8dd5719 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Mon, 17 Sep 2007 17:14:47 +0000 Subject: New add-shared link icon Do not set the activity title anymore, this is done by the base activity class --- diff --git a/icons/add-link.svg b/icons/add-link.svg index b84d3ef..4f1693a 100644 --- a/icons/add-link.svg +++ b/icons/add-link.svg @@ -1,13 +1,7 @@ - - - - - - -]> - - - + + +]> + + + 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) -- cgit v0.9.1