diff --git a/MFCore/MFConstants.h b/MFCore/MFConstants.h index 177fd26..5d36c17 100644 --- a/MFCore/MFConstants.h +++ b/MFCore/MFConstants.h @@ -25,6 +25,7 @@ #define kMFStatusChangedNotification @"org.mgorbach.macfusion.notifications.statusChanged" #define kMFFilesystemAddedNotification @"org.mgorbach.macfusion.notifications.fsAdded" #define kMFFilesystemRemovedNotification @"org.mgorbach.macfusion.notifications.fsRemoved" +#define kMFRecentsUpdatedNotification @"org.mgorbach.macfusion.notifications.recentsUpdated" // Client Notifications (Non-distributed) #define kMFClientFSMountedNotification @"org.mgorbach.macfusion.mfclient.fsMounted"