Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-09-08 12:49:06 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-09-08 12:49:06 (GMT)
commit2b4faaff0f1344cfd995c24d56099212015e75ad (patch)
tree48148d289c460eb1af29a55468e6fb2cef558252
parentb2faf056f9e363ce52a62ef5ddd4442359231a7d (diff)
new record stop icon
-rw-r--r--icons/record-stop.svg23
-rw-r--r--sensor_toolbar.py2
-rw-r--r--sound_toolbar.py2
3 files changed, 25 insertions, 2 deletions
diff --git a/icons/record-stop.svg b/icons/record-stop.svg
new file mode 100644
index 0000000..205eff7
--- /dev/null
+++ b/icons/record-stop.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.0"
+ width="55"
+ height="55"
+ viewBox="0 0 55 55"
+ id="svg2"
+ xml:space="preserve"><defs
+ id="defs8">
+
+</defs><path
+ d="M 27.498,5 C 15.07,5 5,15.075 5,27.499 C 5,39.924 15.07,50 27.498,50 C 39.926,50 50,39.924 50,27.499 C 50,15.075 39.926,5 27.498,5 z M 35.349,35.44 L 19.649,35.44 L 19.649,19.739 L 35.349,19.739 L 35.349,35.44 z"
+ id="path5"
+ style="fill:#ffffff;display:inline" /><rect
+ width="16"
+ height="16"
+ x="19.5"
+ y="19.5"
+ id="rect3158"
+ style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /></svg> \ No newline at end of file
diff --git a/sensor_toolbar.py b/sensor_toolbar.py
index 519d4df..8eff7af 100644
--- a/sensor_toolbar.py
+++ b/sensor_toolbar.py
@@ -165,7 +165,7 @@ class SensorToolbar(gtk.Toolbar):
self.ag.set_logging_params(True, interval, False)
config.LOGGING_IN_SESSION = True
self.logging_status = True
- self._record.set_icon('media-playback-stop')
+ self._record.set_icon('record-stop')
self._record.show()
self._record.set_tooltip(_('Stop Recording'))
else:
diff --git a/sound_toolbar.py b/sound_toolbar.py
index 4d3784a..a292940 100644
--- a/sound_toolbar.py
+++ b/sound_toolbar.py
@@ -185,7 +185,7 @@ class SoundToolbar(gtk.Toolbar):
self.ag.set_logging_params(True, interval, True)
config.LOGGING_IN_SESSION = True
self.logging_status = True
- self._record.set_icon('media-playback-stop')
+ self._record.set_icon('record-stop')
self._record.show()
self._record.set_tooltip(_('Stop Recording'))
if interval==0: