backdrop: respond to config changes

Fixes #1376
This commit is contained in:
Norman Feske 2014-11-22 22:42:25 +01:00 committed by Christian Helmuth
parent db56946ba9
commit ff422ccc6e
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ struct Backdrop::Main
Signal_transmitter(config_dispatcher).submit();
nitpicker.mode_sigh(config_dispatcher);
config()->sigh(config_dispatcher);
}
};