client: Port client codebase to handy-1

This commit is contained in:
Michael Gratton 2020-08-17 09:48:09 +10:00 committed by Michael James Gratton
parent 2d12b25e2c
commit 5b097c3076
9 changed files with 67 additions and 24 deletions

View file

@ -390,6 +390,7 @@ public class Application.Client : Gtk.Application {
// Calls Gtk.init(), amongst other things
base.startup();
Hdy.init();
this.engine = new Geary.Engine(get_resource_directory());
this.config = new Configuration(SCHEMA_ID);
@ -967,7 +968,7 @@ public class Application.Client : Gtk.Application {
this,
new Geary.ProblemReport(err)
);
dialog.run();
dialog.show();
}
if (mutex_token != Geary.Nonblocking.Mutex.INVALID_TOKEN) {