From 0ece5786586ce65f6ef2e117b0af27fc92a6d174 Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Wed, 7 Nov 2018 09:16:34 +0100 Subject: [PATCH] main: Init libhandy This will allow to use libhandy's translations and to init its types. --- shell/main.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shell/main.c b/shell/main.c index c0488149c..e38aeeede 100644 --- a/shell/main.c +++ b/shell/main.c @@ -33,6 +33,9 @@ #include #endif /* HAVE_CHEESE */ +#define HANDY_USE_UNSTABLE_API +#include + #include "cc-application.h" void @@ -46,6 +49,8 @@ initialize_dependencies (gint *argc, #ifdef HAVE_CHEESE cheese_gtk_init (argc, argv); #endif /* HAVE_CHEESE */ + + hdy_init (argc, argv); } int