Fix up change handler registration
authorSoeren Apel <soeren@apelpie.net>
Thu, 14 Jun 2018 19:05:07 +0000 (21:05 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 16 Jun 2018 10:56:31 +0000 (12:56 +0200)
Before, the mismatched registration/deregistration lead to
crashes. Example:

Load file, load another file into the same session,
change any setting -> crash because first change notifier is
called but invalid


No differences found