[form_handler] Fix printing status message

This commit is contained in:
Philipp Hörist
2019-08-21 21:52:26 +02:00
parent 6ffb234908
commit db1ee25ba4

View File

@@ -60,5 +60,5 @@ class FormDialog(Gtk.ApplicationWindow):
control = find_control(self._account, self._jid)
if control is None:
return
control.print_conversation('Form has successfully been sent', 'info')
control.add_status_message('Form has successfully been sent')
self.destroy()