From ea5996abe0d301ba2afbac25f215d9ead32fd448 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Sun, 24 Feb 2019 15:14:35 +0530 Subject: macOS: Tunnel edit: s/populateTextFields()/populateFields()/g; Signed-off-by: Roopesh Chander --- .../WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WireGuard/WireGuard/UI/macOS') diff --git a/WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift b/WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift index 2e3bcef..b99bffc 100644 --- a/WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift +++ b/WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift @@ -108,7 +108,7 @@ class TunnelEditViewController: NSViewController { fatalError("init(coder:) has not been implemented") } - func populateTextFields() { + func populateFields() { let selectedActivateOnDemandOption: ActivateOnDemandOption if let tunnel = tunnel { // Editing an existing tunnel @@ -156,7 +156,7 @@ class TunnelEditViewController: NSViewController { } override func loadView() { - populateTextFields() + populateFields() scrollView.documentView = textView -- cgit v1.2.3-59-g8ed1b