change callback names for Accounts window in glade and in the code

This commit is contained in:
Yann Leboulanger 2005-03-02 11:45:20 +00:00
parent f16b45bc6d
commit 53e0f9a335
1 changed files with 2 additions and 0 deletions

View File

@ -2333,6 +2333,8 @@ class roster_window:
if path_dest[0] != path_source[0]: #droped in another account
return
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)
if len(path_dest) == 2:
grp_dest = model.get_value(iter_dest, 3)