Fix warning introduced by commit 7954a224.

This commit is contained in:
Michael James Gratton 2018-04-14 21:02:20 +10:00
parent e0020ff6a7
commit 589c9da3eb

View file

@ -2129,7 +2129,7 @@ public class ComposerWidget : Gtk.EventBox {
this.editor.update_signature(this.load_signature.end(res));
});
load_entry_completions();
reopen_draft_manager_async();
this.reopen_draft_manager_async.begin();
}
}
}