Changeset 904
- Timestamp:
- Sep 24, 2006, 10:39:21 PM (17 years ago)
- Location:
- branches/nat-traversal
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/nat-traversal/PiecesWindowController.m
r903 r904 43 43 44 44 return self; 45 } 46 47 - (void) awakeFromNib 48 { 49 //window location and size 50 NSPanel * window = (NSPanel *)[self window]; 51 52 [window setBecomesKeyOnlyIfNeeded: YES]; 53 54 [window setFrameAutosaveName: @"PiecesWindowFrame"]; 55 [window setFrameUsingName: @"PiecesWindowFrame"]; 45 56 } 46 57 -
branches/nat-traversal/macosx/Controller.m
r903 r904 360 360 [self showInfo: nil]; 361 361 362 if ([fDefaults boolForKey: @"PiecesViewerVisible"]) 363 [self showPiecesView: nil]; 364 362 365 //timer to auto toggle speed limit 363 366 [self autoSpeedLimitChange: nil]; … … 426 429 //remember window states and close all windows 427 430 [fDefaults setBool: [[fInfoController window] isVisible] forKey: @"InfoVisible"]; 431 [fDefaults setBool: [[fPiecesWindowController window] isVisible] forKey: @"PiecesViewerVisible"]; 428 432 [[NSApp windows] makeObjectsPerformSelector: @selector(close)]; 429 433 [self showStatusBar: NO animate: NO]; -
branches/nat-traversal/macosx/Defaults.plist
r900 r904 55 55 <key>NatTraversal</key> 56 56 <true/> 57 <key>PiecesViewerVisible</key> 58 <false/> 57 59 <key>PlayDownloadSound</key> 58 60 <true/> -
branches/nat-traversal/macosx/English.lproj/PiecesWindow.nib/info.nib
r903 r904 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 69 60 356 240 0 0 1024 746</string>6 <string>82 71 356 240 0 0 1152 842 </string> 7 7 <key>IBFramework Version</key> 8 8 <string>446.1</string> 9 <key>IBLockedObjects</key> 10 <array> 11 <integer>5</integer> 12 </array> 9 13 <key>IBOpenObjects</key> 10 14 <array>
Note: See TracChangeset
for help on using the changeset viewer.