Changeset 2720


Ignore:
Timestamp:
Aug 11, 2007, 2:51:36 AM (16 years ago)
Author:
livings124
Message:

don't hide the inspector when double-clicking the table's action button

Location:
trunk/macosx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Controller.m

    r2699 r2720  
    195195   
    196196    [fBadger release];
    197     if (fOverlayWindow)
    198         [fOverlayWindow release];
     197    [fOverlayWindow release];
    199198    [fIPCController release];
    200199   
    201     if (fAutoImportedNames)
    202         [fAutoImportedNames release];
    203     if (fPendingTorrentDownloads)
    204         [fPendingTorrentDownloads release];
     200    [fAutoImportedNames release];
     201    [fPendingTorrentDownloads release];
    205202   
    206203    tr_close(fLib);
  • trunk/macosx/TorrentTableView.m

    r2719 r2720  
    182182        if ([self pointInIconRect: point])
    183183            [[fTorrents objectAtIndex: row] revealData];
    184         else
     184        else if (![self pointInActionRect: point])
    185185            [fController showInfo: nil];
     186        else;
    186187    }
    187188    else;
Note: See TracChangeset for help on using the changeset viewer.