summaryrefslogtreecommitdiff
path: root/src/lib/content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content.cc')
-rw-r--r--src/lib/content.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc
index 28103e9c0..499f90dd1 100644
--- a/src/lib/content.cc
+++ b/src/lib/content.cc
@@ -155,6 +155,7 @@ Content::examine (shared_ptr<Job> job)
void
Content::signal_changed (int p)
{
+ changed (p);
emit (boost::bind (boost::ref (Changed), shared_from_this (), p, _change_signals_frequent));
}