Skip to content
Snippets Groups Projects
Commit bc194911 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[Simon Paillard] fix warning

parent 9c886747
No related branches found
No related tags found
No related merge requests found
......@@ -1592,7 +1592,7 @@ class ChatControl(ChatControlBase):
# 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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment