Changeset 4788

Show
Ignore:
Timestamp:
05/26/07 12:49:47 (2 years ago)
Author:
morris
Message:

Fix build errr

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredAdditions/trunk/WIImageViewWithImagePicker.m

    r4787 r4788  
    180180                        data = [NSData dataWithContentsOfFile:[openPanel filename]]; 
    181181                         
    182                         if(data) { 
     182                        if(data) 
    183183                                image = [NSImage imageWithData:data]; 
    184184                        else