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-05 19:36:01 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-09-05 19:36:01 (GMT)
commitad5e091c9b83e58111f9aacad506002bcc5e8282 (patch)
tree4ee04bf8dd1b30a3d84d221f8040217b716a70e6
parent7e90851dba69f9df2e326807d96aef3231b8b75c (diff)
Added a new activity icon
Fix for #2829
-rwxr-xr-xactivity.py1
-rw-r--r--activity/activity-memorize.svg35
2 files changed, 14 insertions, 22 deletions
diff --git a/activity.py b/activity.py
index e72a4fe..eb92ccd 100755
--- a/activity.py
+++ b/activity.py
@@ -247,7 +247,6 @@ class MemorizeActivity(Activity):
self.tubes_chan[telepathy.CHANNEL_TYPE_TUBES],
id, group_iface=self.text_chan[telepathy.CHANNEL_INTERFACE_GROUP])
- print 'Tube created'
self.messenger = messenger.Messenger(self.tube_conn, self.initiating, self._get_buddy, self.game)
self.game.connect('flip-card-signal', self.messenger.flip)
self.game.connect('change_game_signal', self.messenger.change_game)
diff --git a/activity/activity-memorize.svg b/activity/activity-memorize.svg
index 5a5bf83..528deaa 100644
--- a/activity/activity-memorize.svg
+++ b/activity/activity-memorize.svg
@@ -1,21 +1,14 @@
-<?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 "#000000">
- <!ENTITY fill_color "#AAAAAA">
-]>
-<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="43.584" height="43.292"
- viewBox="0 0 43.584 43.292" overflow="visible" enable-background="new 0 0 43.584 43.292" xml:space="preserve">
-<rect x="1.75" y="1.75" fill="#FFFFFF" stroke="&stroke_color;" stroke-width="3.5" width="10" height="10"/>
-<rect x="17.084" y="1.75" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" width="10" height="10"/>
-<rect x="31.834" y="1.75" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" width="10" height="10"/>
-<rect x="1.75" y="16.667" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" width="10" height="10"/>
-<rect x="17.084" y="16.667" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" width="10" height="10"/>
-<rect x="31.834" y="16.667" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" width="10" height="10"/>
-<rect x="1.75" y="31.542" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" width="10" height="10"/>
-<rect x="17.084" y="31.542" fill="#FFFFFF" stroke="&stroke_color;" stroke-width="3.5" width="10" height="10"/>
-<rect x="31.834" y="31.542" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" width="10" height="10"/>
-</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="activity-memorize">
+ <rect display="inline" fill="&stroke_color;" height="10" stroke="&stroke_color;" stroke-width="3.5" width="10" x="7.291" y="7.833"/>
+ <rect display="inline" fill="&fill_color;" height="10" stroke="&stroke_color;" stroke-width="3.5" width="10" x="22.625" y="7.833"/>
+ <rect display="inline" fill="&fill_color;" height="10" stroke="&stroke_color;" stroke-width="3.5" width="10" x="37.375" y="7.833"/>
+ <rect display="inline" fill="&fill_color;" height="10" stroke="&stroke_color;" stroke-width="3.5" width="10" x="7.291" y="22.75"/>
+ <rect display="inline" fill="&fill_color;" height="10" stroke="&stroke_color;" stroke-width="3.5" width="10" x="22.625" y="22.75"/>
+ <rect display="inline" fill="&fill_color;" height="10" stroke="&stroke_color;" stroke-width="3.5" width="10" x="37.375" y="22.75"/>
+ <rect display="inline" fill="&fill_color;" height="10" stroke="&stroke_color;" stroke-width="3.5" width="10" x="7.291" y="37.625"/>
+ <rect display="inline" fill="&stroke_color;" height="10" stroke="&stroke_color;" stroke-width="3.5" width="10" x="22.625" y="37.625"/>
+ <rect display="inline" fill="&fill_color;" height="10" stroke="&stroke_color;" stroke-width="3.5" width="10" x="37.375" y="37.625"/>
+</g></svg>