Changeset 4737

Show
Ignore:
Timestamp:
05/02/07 18:31:33 (1 year ago)
Author:
morris
Message:

Blarg

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/FHBrowserController.m

    r4732 r4737  
    291291                object:_handler]; 
    292292         
    293         if(file) { 
     293        if(name) { 
    294294                for(i = 0, count = [files count]; i < count; i++) { 
    295295                        if([[[files objectAtIndex:i] name] isEqualToString:name]) { 
     
    11711171        [self showFile:file]; 
    11721172         
    1173         if(!_switchingURL && row < _previousRow) { 
     1173        if(!_switchingURL && row == _previousRow - 1) { 
    11741174                if([_scrollView hasVerticalScroller]) 
    11751175                        [_imageView scrollPoint:NSZeroPoint];