chow account name in the title bar of chat windows
This commit is contained in:
		
							parent
							
								
									7f64d59c11
								
							
						
					
					
						commit
						2b6cc45e69
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -264,7 +264,7 @@ class message_Window:
 | 
			
		|||
		self.account = account
 | 
			
		||||
		self.xml = gtk.glade.XML(GTKGUI_GLADE, 'Chat', APP)
 | 
			
		||||
		self.window = self.xml.get_widget('Chat')
 | 
			
		||||
		self.window.set_title('Chat with ' + user.name)
 | 
			
		||||
		self.window.set_title('Chat with ' + user.name + " (" + account + ")")
 | 
			
		||||
		self.img = self.xml.get_widget('image')
 | 
			
		||||
		image = self.plugin.roster.pixbufs[user.show]
 | 
			
		||||
		if image.get_storage_type() == gtk.IMAGE_ANIMATION:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue