Changeset 42

Show
Ignore:
Timestamp:
06/21/06 06:01:20 (3 years ago)
Author:
ngerakines
Message:

release candidate 3

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/Fence.xcodeproj/project.pbxproj

    r41 r42  
    127127                29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; 
    128128                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>"; }; 
    130129                6D15B1960A2FC8BD00BFAC0E /* Gallery.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Gallery.tiff; sourceTree = "<group>"; }; 
    131130                6D15B1970A2FC8BD00BFAC0E /* General.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = General.tiff; sourceTree = "<group>"; }; 
     
    170169                6D65050D0A1985530087234C /* TypePadGallery.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TypePadGallery.m; sourceTree = "<group>"; }; 
    171170                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; }; 
    172172                6DAFAA970A47975A00E54B76 /* CommentTable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CommentTable.h; sourceTree = "<group>"; }; 
    173173                6DAFAA980A47975A00E54B76 /* CommentTable.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = CommentTable.m; sourceTree = "<group>"; }; 
     
    244244                        isa = PBXGroup; 
    245245                        children = ( 
     246                                6D8C5D480A48C88100FDE212 /* Fence.app */, 
    246247                        ); 
    247248                        name = Products; 
     
    434435                        productInstallPath = "$(HOME)/Applications"; 
    435436                        productName = Fence; 
    436                         productReference = 6D0937220A312AAD00FFB45C /* Fence.app */; 
     437                        productReference = 6D8C5D480A48C88100FDE212 /* Fence.app */; 
    437438                        productType = "com.apple.product-type.application"; 
    438439                }; 
  • trunk/LoginWindowController.m

    r41 r42  
    3333                if ([userDefaults objectForKey:@"password"]) { 
    3434                        [password setStringValue:[userDefaults objectForKey:@"password"]]; 
     35                } 
     36                if ([userDefaults objectForKey:@"service type"]) { 
     37                        [services selectItemWithTitle:[userDefaults objectForKey:@"service type"]]; 
    3538                } 
    3639        } 
  • trunk/Preferences.nib/info.nib

    r40 r42  
    2626        <key>IBOpenObjects</key> 
    2727        <array> 
     28                <integer>5</integer> 
    2829                <integer>7</integer> 
    2930        </array>