little bugfix
This commit is contained in:
		
							parent
							
								
									96c97295e1
								
							
						
					
					
						commit
						9423915012
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -280,7 +280,7 @@ class preferences_window:
 | 
				
			||||||
			self.xml.get_widget('set_image_button'),\
 | 
								self.xml.get_widget('set_image_button'),\
 | 
				
			||||||
			self.xml.get_widget('emoticons_image')])
 | 
								self.xml.get_widget('emoticons_image')])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	def on_emoticons_treemodel_row_deleted(self, model, path, iter):
 | 
						def on_emoticons_treemodel_row_deleted(self, model, path):
 | 
				
			||||||
		iter = model.get_iter_first()
 | 
							iter = model.get_iter_first()
 | 
				
			||||||
		emots = []
 | 
							emots = []
 | 
				
			||||||
		while iter:
 | 
							while iter:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue