create full empty pixbuf
This commit is contained in:
parent
e55985b498
commit
80f925f054
|
@ -91,6 +91,7 @@ from common.pep import MOODS, ACTIVITIES
|
|||
) = range(11)
|
||||
|
||||
empty_pixbuf = GdkPixbuf.Pixbuf.new(GdkPixbuf.Colorspace.RGB, True, 8, 1, 1)
|
||||
empty_pixbuf.fill(0xffffff00)
|
||||
|
||||
|
||||
class RosterWindow:
|
||||
|
|
Loading…
Reference in New Issue