From 53e0f9a3353e95188685845369aa8a5ec62b1fa6 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 2 Mar 2005 11:45:20 +0000 Subject: [PATCH] change callback names for Accounts window in glade and in the code --- plugins/gtkgui/gtkgui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index 7e6be0d45..b394236b2 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -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)