From 42a8208805a5c648b4de0545fa504a30df6599cd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 1 Dec 2016 12:50:04 -0500 Subject: MainMenu.xib: Fix reference to `_shortcut_view` ivar Broke the reference to `_shortcut_view` in a984e2dd951bcbfe5e3e6374213eb9a5fd5423cf so when we called methods on it, they didn't work. This fixes it. Oh man that gave me a hard time. Glad I took a break and had an idea to call methods on the superclass and see if they worked. They did, but not methods on `ShorcutView`. So from that I figured out that I needed to update this reference. --- Low Battery Yup/en.lproj/MainMenu.xib | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Low Battery Yup/en.lproj/MainMenu.xib b/Low Battery Yup/en.lproj/MainMenu.xib index 2961acf..4b01316 100644 --- a/Low Battery Yup/en.lproj/MainMenu.xib +++ b/Low Battery Yup/en.lproj/MainMenu.xib @@ -1311,7 +1311,6 @@ {{84, 83}, {313, 19}} - _NS:9 ShortcutView @@ -2017,11 +2016,11 @@ - shortcut_view + _shortcut_view - 537 + 541 @@ -3195,7 +3194,7 @@ - 540 + 541 -- cgit v1.2.3