summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/yelp-application.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yelp-application.c b/src/yelp-application.c
index b284757e..eef6ff9e 100644
--- a/src/yelp-application.c
+++ b/src/yelp-application.c
@@ -28,6 +28,7 @@
#include <gio/gsettingsbackend.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
+#include <handy.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
@@ -270,6 +271,8 @@ yelp_application_startup (GApplication *application)
/* chain up */
G_APPLICATION_CLASS (yelp_application_parent_class)->startup (application);
+ hdy_init ();
+
settings = yelp_settings_get_default ();
if (editor_mode)
yelp_settings_set_editor_mode (settings, TRUE);