mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:07:39 +00:00
Small theme update, plus documentation fixes and tweaks to avoid warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28538 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d82dad9351
commit
452ffee567
22 changed files with 235 additions and 158 deletions
|
@ -775,7 +775,7 @@ static GSValidationCenter *vc = nil;
|
|||
[self _build];
|
||||
}
|
||||
|
||||
- (void) setSelectedItemIdentifier: (NSString *)itemIdentifier
|
||||
- (void) setSelectedItemIdentifier: (NSString *)identifier
|
||||
{
|
||||
NSArray *selectedItems;
|
||||
NSArray *itemsToSelect;
|
||||
|
@ -815,7 +815,7 @@ static GSValidationCenter *vc = nil;
|
|||
return;
|
||||
}
|
||||
|
||||
itemsToSelect = [_items objectsWithValue: itemIdentifier
|
||||
itemsToSelect = [_items objectsWithValue: identifier
|
||||
forKey: @"_itemIdentifier"];
|
||||
e = [itemsToSelect objectEnumerator];
|
||||
while ((item = [e nextObject]) != nil)
|
||||
|
@ -830,7 +830,7 @@ static GSValidationCenter *vc = nil;
|
|||
|
||||
if (updated)
|
||||
{
|
||||
ASSIGN(_selectedItemIdentifier, itemIdentifier);
|
||||
ASSIGN(_selectedItemIdentifier, identifier);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue