Merge branch 'master' of github.com:280north/cappuccino

This commit is contained in:
Alexander Ljungberg
2010-12-14 12:36:53 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ CPPopUpButtonStatePullsDown = CPThemeState("pulls-down");
/*!
@ignore
*/
- (int)_selectedTag
- (int)selectedTag
{
return [[self selectedItem] tag];
}
+1 -1
View File
@@ -40,7 +40,7 @@
withKeyPath:@"weight"
options:nil];
[self assert:20 equals:[button _selectedTag]];
[self assert:20 equals:[button selectedTag]];
[button selectItemAtIndex:1];
// simulate selection by the user (this fails because we don't reverse set the value)