Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/historietaactivity.py
diff options
context:
space:
mode:
authorGonzalo Odiard <gonzalo@nautilus.localdomain>2010-01-04 05:02:08 (GMT)
committer Gonzalo Odiard <gonzalo@nautilus.localdomain>2010-01-04 05:02:08 (GMT)
commit9b44554b5427e298976e9746e7683907c81674d5 (patch)
tree8d7c593e5864ff9c6cd629908281622a706861de /historietaactivity.py
parent8372a4ebb2daa655f573145e067cf183d23f4834 (diff)
correccion manejo de caja del titulo
Diffstat (limited to 'historietaactivity.py')
-rw-r--r--historietaactivity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/historietaactivity.py b/historietaactivity.py
index cc425e3..1d61824 100644
--- a/historietaactivity.py
+++ b/historietaactivity.py
@@ -257,6 +257,7 @@ class ComicBox(gtk.DrawingArea):
self.width,self.height = window.get_size()
self.image_height = 0
+ print "self.image_name", self.image_name
if (self.image == None) and (self.image_name != ""):
pixbuf = gtk.gdk.pixbuf_new_from_file(self.image_name)
width_pxb = pixbuf.get_width()