Skip to content

Commit

Permalink
[networkbrowser] fix issue on close after browse, for non nmap builds
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Jul 25, 2014
1 parent e3164dc commit bf9bc41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions networkbrowser/src/NetworkBrowser.py
Expand Up @@ -240,6 +240,7 @@ def process_NetworkIPs(self):
write_cache(self.cache_file, self.networklist)
if len(self.networklist) > 0:
self.updateHostsList()
self["shortcuts"].setEnabled(True)
else:
if len(self.networklist) > 0:
self.updateHostsList()
Expand Down

0 comments on commit bf9bc41

Please sign in to comment.