Codebase list onioncircuits / b74c4b1
Hide infobar when the controller reconnects This fixes c2ff2ef7 and ca66694, which together make it displayed forever Alan 7 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
234234 logging.info("controller connected")
235235 self._path.set_sensitive(True)
236236 self._treeview.set_sensitive(True)
237 self._infobar.set_visible(False)
237238 self.init_listeners()
238239 self.populate_treeview()
239240