diff options
Diffstat (limited to 'AppKit')
-rw-r--r-- | AppKit/GTMGoogleSearch.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/AppKit/GTMGoogleSearch.m b/AppKit/GTMGoogleSearch.m index 320c71d..9384ade 100644 --- a/AppKit/GTMGoogleSearch.m +++ b/AppKit/GTMGoogleSearch.m @@ -100,8 +100,10 @@ static LanguageDefaultInfo kLanguageListDefaultMappingTable[] = { }; // the notification we use for syncing up instances in different processes -static NSString *const kNotificationName +#if GTM_GOOGLE_SEARCH_SUPPORTS_DISTRIBUTED_NOTIFICATIONS +static NSString *const kNotificationName = @"com.google.GoogleSearchAllApps.prefsWritten"; +#endif // this is the bundle id we use for the pref file used for all apps static CFStringRef const kAllAppsBuildIdentifier |