tags 366725 + patch upstream
thank
The patch attached precises the type of a variable, and thus removes the
warning reported previously.
--
Simon Paillard
--- /usr/share/gajim/src/chat_control.py 2006-07-18 19:22:35.000000000
+0200
+++ /tmp/chat_control.py.new 2006-07-18 19:23:07.000000000 +0200
@@ -1549,7 +1549,7 @@
# It's why I set it transparent.
image = self.xml.get_widget('avatar_image')
pixbuf = image.get_pixbuf()
- pixbuf.fill(0xffffff00) # RGBA
+ pixbuf.fill(0xffffff00L) # RGBA
image.queue_draw()
screen_w = gtk.gdk.screen_width()