Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linkbutton.py
diff options
context:
space:
mode:
authorerich koslovsky <erikos@localhost.localdomain>2007-08-19 14:31:37 (GMT)
committer erich koslovsky <erikos@localhost.localdomain>2007-08-19 14:31:37 (GMT)
commit86abe2346bedc98a249621b080ec85841918c9cc (patch)
treea719dff6806fc71325d92fc8182a515c912f6e8f /linkbutton.py
parenta5b7dc3a3664a278e700449d352554654e57905e (diff)
Added support to sink members of the shared browser session when they come back. Some cleanups.
Diffstat (limited to 'linkbutton.py')
-rw-r--r--linkbutton.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/linkbutton.py b/linkbutton.py
index 4e9bd68..84c0adb 100644
--- a/linkbutton.py
+++ b/linkbutton.py
@@ -46,12 +46,6 @@ class LinkButton(gtk.RadioToolButton):
width = pixbuf_xo.get_width()
height = pixbuf_xo.get_height()
- print pixbuf.get_width()
- print pixbuf.get_height()
-
- print pixbuf_xo.get_width()
- print pixbuf_xo.get_height()
-
dest_x = 100
dest_y = 66
w = width/2