diff options
Diffstat (limited to 'src/lib/update.cc')
| -rw-r--r-- | src/lib/update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/update.cc b/src/lib/update.cc index a05df8ef3..26944ecc3 100644 --- a/src/lib/update.cc +++ b/src/lib/update.cc @@ -168,7 +168,7 @@ UpdateChecker::set_state (State s) _emits++; } - ui_signaller->emit (boost::bind (boost::ref (StateChanged))); + emit (boost::bind (boost::ref (StateChanged))); } UpdateChecker * |
