Adapt to changes in hdy_init()

It must now be called after initializing GTK, and doesn't take
parameters.
This commit is contained in:
Adrien Plazas 2020-03-06 09:20:53 +01:00
parent a2b42f1d3e
commit 726684e9e0
3 changed files with 5 additions and 6 deletions

View file

@ -24,6 +24,8 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <gio/gio.h>
#define HANDY_USE_UNSTABLE_API
#include <handy.h>
#include "cc-application.h"
#include "cc-log.h"
@ -224,6 +226,8 @@ cc_application_startup (GApplication *application)
G_APPLICATION_CLASS (cc_application_parent_class)->startup (application);
hdy_init ();
gtk_application_set_accels_for_action (GTK_APPLICATION (application),
"app.help", help_accels);