Converted HNHUi to ARC

This commit is contained in:
michael starke
2013-07-03 21:13:32 +02:00
parent 2ac0240a08
commit 4c618d4f83
4 changed files with 19 additions and 20 deletions

View File

@@ -105,7 +105,7 @@
- (NSMenu *)_buildTreeMenu:(Kdb4Tree *)tree {
NSMenu *menu = [[NSMenu alloc] init];
BOOL foundTrash = NO;
for(Kdb4Group *group in tree.root.groups) {
NSMenuItem *groupItem = [[NSMenuItem alloc] init];
[groupItem setImage:group.icon];
@@ -114,7 +114,6 @@
[groupItem setTarget:self];
[groupItem setRepresentedObject:group];
if([group.uuid isEqual:tree.recycleBinUuid]) {
foundTrash = YES;
[groupItem setState:NSOnState];
}
[menu addItem:groupItem];

View File

@@ -48,7 +48,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1842</string>
<string>1846</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>