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-11-02 20:13:35 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-02 20:13:35 (GMT)
commit8ea6fd4da24f05214c65d891bc1ccf02e0752f98 (patch)
tree65acc190a53d072a7bfe666754a8f81d61017bff /button.py
parent16da6678b2a05844ef30de7ee44c756c0c9466e1 (diff)
nice button gfx...
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@843 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'button.py')
-rw-r--r--button.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/button.py b/button.py
index 62a989e..e925642 100644
--- a/button.py
+++ b/button.py
@@ -58,9 +58,9 @@ class RecdButton(TrayButton, gobject.GObject):
else:
pb = Constants.thumbVideoSvg.get_pixbuf()
- img.set_from_pixbuf( pb )
+ img.set_from_pixbuf(pb)
img.show()
- ipb.composite(pb, xoff, yoff, ipb.get_width(), ipb.get_height(), xoff, yoff, 1, 1, gtk.gdk.INTERP_BILINEAR, 255 )
+ ipb.composite(pb, xoff, yoff, ipb.get_width(), ipb.get_height(), xoff, yoff, 1, 1, gtk.gdk.INTERP_BILINEAR, 255)
img.set_from_pixbuf(pb)
gc.collect()