From 8d807af67702bc372172761b486bab49ad17d284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoshiki=20V=C3=A1zquez=20Baeza?= Date: Sun, 2 Oct 2016 22:46:59 -0700 Subject: [PATCH] Reconcile changes with kvo-bug --- MFCore/MFConstants.h | 1 + 1 file changed, 1 insertion(+) 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"