Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/button.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-22 14:04:58 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-22 14:04:58 (GMT)
commit27b490cb182d883ece1e77edbf696e4a4dcf2ad7 (patch)
treea700e7b88dc1283321c29ce704362d22a4b6290a /button.py
parentedd4a50312f5a573061fd8ad389c060d991c6969 (diff)
audio countdown timers working too
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@658 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'button.py')
-rw-r--r--button.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/button.py b/button.py
index ac1463d..33bda92 100644
--- a/button.py
+++ b/button.py
@@ -19,8 +19,7 @@ class RecdButton(TrayButton, gobject.GObject):
self.set_icon_widget( img )
self.setup_rollover_options( recd.title )
- #todo: add drag and drop
- #todo: add copy to clipboard only when available!
+ #todo: add copy to clipboard only when available from the mesh
def getImg( self ):
@@ -48,6 +47,8 @@ class RecdButton(TrayButton, gobject.GObject):
pb = self.ui.thumbVideoSvg.get_pixbuf()
elif (self.recd.type == self.ui.ca.m.TYPE_AUDIO):
+ xoff = 8
+ yoff = 22
if (self.recd.buddy):
thumbAudioSvg = self.ui.loadSvg(self.ui.thumbAudioSvgData, self.recd.colorStroke.hex, self.recd.colorFill.hex)
pb = thumbAudioSvg.get_pixbuf()