Skip to content

Commit 604664b

Browse files
Remove stale outlet connections in MPTerminalPreferencesViewController.xib
'location' and 'supportText' outlets are leftovers from a rename to locationTextField/supportTextField that was done in code (MPTerminal PreferencesViewController.m) but never cleaned up in the xib. Both stale entries pointed at the same destination views as the correctly-named outlets that are still wired, so this was harmless -- just a 'Failed to connect outlet ... missing setter or instance variable' warning logged on every nib load.
1 parent 5d63a32 commit 604664b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ compliance. The Markdown parser (Hoedown) is untouched.
141141

142142
### Fixed
143143

144+
- `MPTerminalPreferencesViewController.xib`: removed two stale outlet
145+
connections (`location`, `supportText`) left over from a property
146+
rename to `locationTextField`/`supportTextField` that was never cleaned
147+
up in the xib. Harmless (both pointed at the same views as the correctly
148+
named outlets that are still wired), but logged a "Failed to connect
149+
outlet ... missing setter or instance variable" warning on every nib
150+
load.
144151
- Crash (`EXC_BAD_ACCESS`) on grouped toolbar formatting actions (reported
145152
on Underline; affected all of Strong/Emphasis/Underline, the heading
146153
group, and the list group — anything dispatched through a segmented

MacDown/Localization/Base.lproj/MPTerminalPreferencesViewController.xib

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
<connections>
1111
<outlet property="infoTextField" destination="jXn-KV-WQB" id="2bQ-bC-usP"/>
1212
<outlet property="installUninstallButton" destination="XPb-kl-BjV" id="eQ9-92-EZZ"/>
13-
<outlet property="location" destination="oUF-aA-NID" id="FyW-H9-BR9"/>
1413
<outlet property="locationTextField" destination="oUF-aA-NID" id="hXp-1d-sck"/>
1514
<outlet property="supportIndicator" destination="GyN-lb-9B9" id="7m6-is-i6W"/>
16-
<outlet property="supportText" destination="QYt-FS-lHh" id="BxH-WN-ofa"/>
1715
<outlet property="supportTextField" destination="QYt-FS-lHh" id="uV1-Ca-5vv"/>
1816
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
1917
</connections>

0 commit comments

Comments
 (0)