Adium

Changeset 23954

Show
Ignore:
Timestamp:
06/13/2008 07:04:58 PM (6 months ago)
Author:
evands
Message:

Added AIiTunesTrackPboardType to the drag types the webkit message view knows about and can therefore pass on to the text view. Fixes #5114

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plugins/WebKit Message View/AIWebKitMessageViewController.m

    r23932 r23954  
    4444#import <AIUtilities/AIMenuAdditions.h> 
    4545#import <AIUtilities/AIMutableStringAdditions.h> 
     46#import <AIUtilities/AIPasteboardAdditions.h> 
    4647#import <AIUtilities/AIStringAdditions.h> 
    4748 
     
    335336                draggedTypes = [[NSArray alloc] initWithObjects: 
    336337                        NSFilenamesPboardType, 
     338                        AIiTunesTrackPboardType, 
    337339                        NSTIFFPboardType, 
    338340                        NSPDFPboardType,