engine: Fix fill_outbox_queue() prototype
cancellable can be null.
This commit is contained in:
parent
df6a4eb7ba
commit
2a85a24605
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ public class Geary.Smtp.ClientService : Geary.ClientService {
|
|||
/**
|
||||
* Loads any email in the outbox and adds them to the queue.
|
||||
*/
|
||||
private async void fill_outbox_queue(GLib.Cancellable cancellable) {
|
||||
private async void fill_outbox_queue(GLib.Cancellable? cancellable) {
|
||||
debug("Filling queue");
|
||||
try {
|
||||
Gee.List<Email>? queued = yield this.outbox.list_email_by_id_async(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue