summaryrefslogtreecommitdiff
path: root/src/lib/update.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/update.cc')
-rw-r--r--src/lib/update.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/update.cc b/src/lib/update.cc
index a05df8ef3..f433ff991 100644
--- a/src/lib/update.cc
+++ b/src/lib/update.cc
@@ -19,7 +19,6 @@
#include "update.h"
#include "version.h"
-#include "ui_signaller.h"
#include "safe_stringstream.h"
#include "config.h"
#include "util.h"
@@ -168,7 +167,7 @@ UpdateChecker::set_state (State s)
_emits++;
}
- ui_signaller->emit (boost::bind (boost::ref (StateChanged)));
+ emit (boost::bind (boost::ref (StateChanged)));
}
UpdateChecker *