use ch.ringwald.btstack.preferences as notify

This commit is contained in:
matthias.ringwald 2012-02-07 22:24:29 +00:00
parent 61936ecbe9
commit 7f8ec3604f

View File

@ -65,7 +65,7 @@
CFPreferencesSetValue(CFSTR("Logging"), on, CFSTR("ch.ringwald.btstack"), kCFPreferencesCurrentUser, kCFPreferencesCurrentHost);
CFPreferencesSynchronize(CFSTR(BTstackID), kCFPreferencesCurrentUser, kCFPreferencesCurrentHost);
// send notification
notify_post("ch.ringwald.btstack.logging");
notify_post("ch.ringwald.btstack.preferences");
}
#pragma mark Table view delegate methods