client: Port client codebase to handy-1
This commit is contained in:
parent
2d12b25e2c
commit
5b097c3076
9 changed files with 67 additions and 24 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue