parent
e4cbff8bfa
commit
2b15b49e4f
2 changed files with 2 additions and 2 deletions
|
|
@ -813,7 +813,7 @@ public class Application.Client : Gtk.Application {
|
|||
// likely still loading folders after being
|
||||
// opened. Add a listener to try again later.
|
||||
try {
|
||||
Geary.Account? first = Geary.Collection.first(
|
||||
Geary.Account? first = Geary.Collection.first<Geary.Account>(
|
||||
this.engine.get_accounts()
|
||||
);
|
||||
if (first != null) {
|
||||
|
|
|
|||
|
|
@ -860,7 +860,7 @@ public class Application.MainWindow :
|
|||
private Geary.Folder? get_first_inbox() {
|
||||
Geary.Folder? inbox = null;
|
||||
try {
|
||||
Geary.Account? first = Geary.Collection.first(
|
||||
Geary.Account? first = Geary.Collection.first<Geary.Account>(
|
||||
this.application.engine.get_accounts()
|
||||
);
|
||||
if (first != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue