Changeset 2822
- Timestamp:
- Aug 17, 2007, 2:52:27 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r2697 r2822 21 21 Jaewoo Chung (Korean) 22 22 Anton Sotkov (Russian) 23 Alexander Bykov (Russian) 23 24 24 25 GTK+: -
trunk/macosx/InfoWindowController.m
r2812 r2822 73 73 fDotRed = [NSImage imageNamed: @"RedDot.tiff"]; 74 74 75 fCanResizeVertical = NO;75 fCanResizeVertical = YES; 76 76 } 77 77 return self; … … 83 83 NSPanel * window = (NSPanel *)[self window]; 84 84 85 #warning get working again 85 86 [window setFrameAutosaveName: @"InspectorWindowFrame"]; 86 87 [window setFrameUsingName: @"InspectorWindowFrame"]; … … 99 100 sortDescriptorPrototype]]]; 100 101 101 #warning make button? or just cell?102 102 //set file table 103 103 [fFileOutline setDoubleAction: @selector(revealFile:)]; -
trunk/macosx/TorrentTableView.h
r2792 r2822 54 54 55 55 Torrent * fMenuTorrent; 56 NSEvent * fMenuEvent; 56 57 } 57 58
Note: See TracChangeset
for help on using the changeset viewer.