Skip to content

Commit

Permalink
Little note for later
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Nov 17, 2015
1 parent 39dc8ac commit 7fd971c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/keycodes/internal.m
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ - (void) start {
selector:@selector(_inputSourceChanged:)
name:NSTextInputContextKeyboardSelectionDidChangeNotification
object:nil];
/* This should have made things better, but it seems to cause crashes for some
/* This should have made things better, but it seems to cause crashes for some, possibly because the paired removeObserver call is wrong?
[[NSDistributedNotificationCenter defaultCenter] addObserver:self
selector:@selector(_inputSourceChanged:)
name:(__bridge NSString *)kTISNotifySelectedKeyboardInputSourceChanged
Expand Down

0 comments on commit 7fd971c

Please sign in to comment.