From 5fb1987b1b6bb3d186f455be4ed53af01564b6b2 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 17 Oct 2007 02:54:05 +0000 Subject: [PATCH] collect network information when not in the networkgraph plugin tab --- plugins/NetworkGraph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/NetworkGraph/__init__.py b/plugins/NetworkGraph/__init__.py index dbc79fa83..ff3a16682 100644 --- a/plugins/NetworkGraph/__init__.py +++ b/plugins/NetworkGraph/__init__.py @@ -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()