create full empty pixbuf

This commit is contained in:
Denis Fomin 2013-01-02 14:51:55 +04:00
parent e55985b498
commit 80f925f054
1 changed files with 1 additions and 0 deletions

View File

@ -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: