Show
Ignore:
Timestamp:
02/15/08 15:28:59 (8 months ago)
Author:
morris
Message:

Clear view when changing selection to none

Files:

Legend:

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

    r5051 r5278  
    14201420        row = [_tableView selectedRow]; 
    14211421         
    1422         if(row < 0) 
     1422        if(row < 0) { 
     1423                [self showFile:NULL]; 
     1424                 
    14231425                return; 
     1426        } 
    14241427         
    14251428        file = [self fileAtIndex:row];