Changeset 2795

Show
Ignore:
Timestamp:
06/24/05 23:42:07 (3 years ago)
Author:
timothy
Message:

No need to define GROWL_NOTIFICATION_IDENTIFIER, we bundle the latest Growl that has this in GrowlDefines?.h

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JVNotificationController.m

    r2790 r2795  
    9393} 
    9494 
    95 #ifndef GROWL_NOTIFICATION_IDENTIFIER 
    96 #define GROWL_NOTIFICATION_IDENTIFIER @"GrowlNotificationIdentifier" 
    97 #endif 
    98  
    9995- (void) _showBubbleForIdentifier:(NSString *) identifier withContext:(NSDictionary *) context andPrefs:(NSDictionary *) eventPrefs { 
    10096        KABubbleWindowController *bubble = nil;