Changeset 42
- Timestamp:
- 06/21/06 06:01:20 (3 years ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
Fence.xcodeproj/project.pbxproj (modified) (4 diffs)
-
LoginWindowController.m (modified) (1 diff)
-
Preferences.nib/info.nib (modified) (1 diff)
-
Preferences.nib/keyedobjects.nib (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Fence.xcodeproj/project.pbxproj
r41 r42 127 127 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 128 128 32CA4F630368D1EE00C91783 /* Fence_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Fence_Prefix.pch; sourceTree = "<group>"; }; 129 6D0937220A312AAD00FFB45C /* Fence.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = Fence.app; path = /Users/ngerakines/dev/6a/code/Fence/trunk/build/Release/Fence.app; sourceTree = "<absolute>"; };130 129 6D15B1960A2FC8BD00BFAC0E /* Gallery.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Gallery.tiff; sourceTree = "<group>"; }; 131 130 6D15B1970A2FC8BD00BFAC0E /* General.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = General.tiff; sourceTree = "<group>"; }; … … 170 169 6D65050D0A1985530087234C /* TypePadGallery.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TypePadGallery.m; sourceTree = "<group>"; }; 171 170 6D65069B0A1994930087234C /* TODO */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TODO; sourceTree = "<group>"; }; 171 6D8C5D480A48C88100FDE212 /* Fence.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Fence.app; sourceTree = BUILT_PRODUCTS_DIR; }; 172 172 6DAFAA970A47975A00E54B76 /* CommentTable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CommentTable.h; sourceTree = "<group>"; }; 173 173 6DAFAA980A47975A00E54B76 /* CommentTable.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = CommentTable.m; sourceTree = "<group>"; }; … … 244 244 isa = PBXGroup; 245 245 children = ( 246 6D8C5D480A48C88100FDE212 /* Fence.app */, 246 247 ); 247 248 name = Products; … … 434 435 productInstallPath = "$(HOME)/Applications"; 435 436 productName = Fence; 436 productReference = 6D 0937220A312AAD00FFB45C/* Fence.app */;437 productReference = 6D8C5D480A48C88100FDE212 /* Fence.app */; 437 438 productType = "com.apple.product-type.application"; 438 439 }; -
trunk/LoginWindowController.m
r41 r42 33 33 if ([userDefaults objectForKey:@"password"]) { 34 34 [password setStringValue:[userDefaults objectForKey:@"password"]]; 35 } 36 if ([userDefaults objectForKey:@"service type"]) { 37 [services selectItemWithTitle:[userDefaults objectForKey:@"service type"]]; 35 38 } 36 39 } -
trunk/Preferences.nib/info.nib
r40 r42 26 26 <key>IBOpenObjects</key> 27 27 <array> 28 <integer>5</integer> 28 29 <integer>7</integer> 29 30 </array>
