add image to change status message in status combobox
This commit is contained in:
		
							parent
							
								
									078398efb3
								
							
						
					
					
						commit
						21298945d2
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -2327,7 +2327,10 @@ _('If "%s" accepts this request you will know his status.') %jid)
 | 
				
			||||||
		# Add a Separator
 | 
							# Add a Separator
 | 
				
			||||||
		liststore.append(['', None, ''])
 | 
							liststore.append(['', None, ''])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		liststore.append([_('Change Status Message'), None, ''])
 | 
							path = os.path.join(gajim.DATA_DIR, 'pixmaps', 'rename.png')
 | 
				
			||||||
 | 
							img = gtk.Image()
 | 
				
			||||||
 | 
							img.set_from_file(path)
 | 
				
			||||||
 | 
							liststore.append([_('Change Status Message'), img, ''])
 | 
				
			||||||
		# Add a Separator
 | 
							# Add a Separator
 | 
				
			||||||
		liststore.append(['', None, ''])
 | 
							liststore.append(['', None, ''])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue