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