do not sort accts in join gc submenu so they align to roster menu and roster listing of accts
This commit is contained in:
		
							parent
							
								
									f27453ca6e
								
							
						
					
					
						commit
						b0d7c4ff81
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -174,7 +174,6 @@ class Systray:
 | 
				
			||||||
			self.popup_menus.append(account_menu_for_single_message)
 | 
								self.popup_menus.append(account_menu_for_single_message)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			accounts_list = gajim.contacts.get_accounts()
 | 
								accounts_list = gajim.contacts.get_accounts()
 | 
				
			||||||
			accounts_list.sort()
 | 
					 | 
				
			||||||
			for account in accounts_list:
 | 
								for account in accounts_list:
 | 
				
			||||||
				if gajim.connections[account].connected > 1:
 | 
									if gajim.connections[account].connected > 1:
 | 
				
			||||||
					#for chat_with
 | 
										#for chat_with
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue