Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parenteae27064616c71468fa0a810c02d5ea6e24835b3 (diff)
New add-shared link icon
Do not set the activity title anymore, this is done by the base activity class
-rw-r--r--icons/add-link.svg20
-rwxr-xr-xwebactivity.py1
2 files changed, 7 insertions, 14 deletions
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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
- <!ENTITY ns_svg "http://www.w3.org/2000/svg">
- <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
- <!ENTITY stroke_color "#020202">
- <!ENTITY fill_color "#B2B2B2">
-]>
-<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="28.479" height="27.086"
- viewBox="0 0 28.479 27.086" overflow="visible" enable-background="new 0 0 28.479 27.086" xml:space="preserve">
-<polygon fill="&fill_color;" stroke="&stroke_color;" stroke-width="2.25" stroke-linecap="round" points="14.24,2.542 17.893,9.946
- 26.062,11.132 20.151,16.894 21.546,25.03 14.24,21.188 6.933,25.03 8.329,16.894 2.417,11.132 10.586,9.946 "/>
-</svg>
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="share-link">
+ <polygon display="inline" fill="&fill_color;" points="27.5,7.266 34.074,20.588 48.774,22.723 38.138,33.092 40.647,47.734 27.5,40.82 14.353,47.734 16.862,33.092 6.226,22.723 20.926,20.588 " stroke="&stroke_color;" stroke-width="3.5"/>
+</g></svg>
+
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)