From aba7fd552705d23a6fd5a809fc85e2fd5a492904 Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Mon, 26 Mar 2012 19:55:50 +0100 Subject: [PATCH] Make CPPopUpButton `selectedTag` private API to match Cocoa. --- AppKit/CPPopUpButton.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPPopUpButton.j b/AppKit/CPPopUpButton.j index 1572baca9..cbc011db0 100644 --- a/AppKit/CPPopUpButton.j +++ b/AppKit/CPPopUpButton.j @@ -249,7 +249,7 @@ CPPopUpButtonStatePullsDown = CPThemeState("pulls-down"); /*! @ignore */ -- (int)selectedTag +- (int)_selectedTag { return [[self selectedItem] tag]; }