Changeset 4232
- Timestamp:
- Dec 20, 2007, 1:15:13 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r4181 r4232 368 368 strcat( buf, "/Transmission" ); 369 369 #elif defined( SYS_DARWIN ) 370 const char * h = tr_getHomeDirectory( );371 370 tr_buildPath ( buf, sizeof( buf ), 372 371 tr_getHomeDirectory( ), -
trunk/macosx/TorrentCell.m
r4208 r4232 246 246 //text color 247 247 NSColor * titleColor, * statusColor; 248 BOOL selected = [NSApp isOnLeopardOrBetter] ? [self backgroundStyle] == NSBackgroundStyleDark : [self isHighlighted]249 && [[self highlightColorWithFrame: cellFrame inView: controlView] isEqual: [NSColor alternateSelectedControlColor]];250 248 if ([NSApp isOnLeopardOrBetter] ? [self backgroundStyle] == NSBackgroundStyleDark : [self isHighlighted] 251 249 && [[self highlightColorWithFrame: cellFrame inView: controlView] isEqual: [NSColor alternateSelectedControlColor]])
Note: See TracChangeset
for help on using the changeset viewer.