collect network information when not in the networkgraph plugin tab

This commit is contained in:
Marcos Pinto 2007-10-17 02:54:05 +00:00
parent aef72f74a2
commit 5fb1987b1b
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class NetworkGraph:
self.topWidget\
or not self.parent.update_interface)\
and not self.bootupRuns > 0:
return
self.tab_graph.update_graph_store()
self.bootupRuns = max(self.bootupRuns - 1, 0)
self.tab_graph.update_graph_store()
self.tab_graph.update_graph_view()