change callback names for Accounts window in glade and in the code
This commit is contained in:
		
							parent
							
								
									f16b45bc6d
								
							
						
					
					
						commit
						53e0f9a335
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -2333,6 +2333,8 @@ class roster_window:
 | 
				
			||||||
		if path_dest[0] != path_source[0]: #droped in another account
 | 
							if path_dest[0] != path_source[0]: #droped in another account
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
		grp_source = model.get_value(model.iter_parent(iter_source), 3)
 | 
							grp_source = model.get_value(model.iter_parent(iter_source), 3)
 | 
				
			||||||
 | 
							if grp_source == 'Agents':
 | 
				
			||||||
 | 
								return
 | 
				
			||||||
		account = model.get_value(model.get_iter(path_dest[0]), 3)
 | 
							account = model.get_value(model.get_iter(path_dest[0]), 3)
 | 
				
			||||||
		if len(path_dest) == 2:
 | 
							if len(path_dest) == 2:
 | 
				
			||||||
			grp_dest = model.get_value(iter_dest, 3)
 | 
								grp_dest = model.get_value(iter_dest, 3)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue