diff --git a/gramps/gen/updatecallback.py b/gramps/gen/updatecallback.py index 3e8539d60..9042e69b7 100644 --- a/gramps/gen/updatecallback.py +++ b/gramps/gen/updatecallback.py @@ -76,6 +76,13 @@ class UpdateCallback: self.oldtime = 0 self.text = text + def set_text(self, text): + """ + Set the text. + """ + self.text = text + self.oldval = -1 + def set_total(self, total): """ Set the total.