update the register and join buttons in disco as soon as we receive the info (ne need to change the line)

This commit is contained in:
Yann Leboulanger 2005-05-11 16:19:55 +00:00
parent a472b4a321
commit 00cc513d49
1 changed files with 1 additions and 0 deletions

View File

@ -1708,6 +1708,7 @@ class Service_discovery_window:
self.agent_infos[agent + node]['identities'] = identities
if identities[0].has_key('name'):
model.set_value(iter, 0, identities[0]['name'])
self.on_services_treeview_cursor_changed(self.services_treeview)
def agent_info_items(self, agent, node, items):
'''When we recieve items about an agent'''