Re: System Configuration Framework And CurrentSet notifications

2011-02-23 Thread Ryan McGann
On Feb 23, 2011, at 3:41 AM, Roberto Mauro wrote: > Ok, > thank you to eskimo1 on the Apple Developer Forum I get how to setup a > notification for changes on prefs. > but every time prefDidChange is called when I try to get the CurrentSet from > kSCPrefCurrentSet as: > > CFPropertyListRef

RE: System Configuration Framework And CurrentSet notifications

2011-02-23 Thread Roberto Mauro
Ok, thank you to eskimo1 on the Apple Developer Forum I get how to setup a notification for changes on prefs. Something like: - (void)prefsDidChange { // reread your view of the world } static void PrefsDidChange( SCPreferencesRefprefs, SCPreferencesNotification noti