
richard pushed to branch tor-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: 51c8a409 by Henry Wilkes at 2024-04-22T21:47:56+00:00 fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection Bug 42540: Fix gNetworkStatus.deinint typo - - - - - 1 changed file: - browser/components/torpreferences/content/connectionPane.js Changes: ===================================== browser/components/torpreferences/content/connectionPane.js ===================================== @@ -2331,7 +2331,7 @@ const gNetworkStatus = { /** * Un-initialize the area. */ - deinint() { + uninit() { Services.obs.removeObserver(this, TorConnectTopics.StateChange); }, View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/51c8a409... -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/51c8a409... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
richard (@richard)