summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2018-11-07 09:16:34 +0100
committerAdrien Plazas <kekun.plazas@laposte.net>2018-11-26 15:36:34 +0100
commit0ece5786586ce65f6ef2e117b0af27fc92a6d174 (patch)
tree69cb08085dc31c2c240cfd9ed70ce90af75eafa9 /shell
parentaf58f4c6ed05f2c3f85604fb5b6b26840d4e7f48 (diff)
downloadgnome-control-center-0ece5786586ce65f6ef2e117b0af27fc92a6d174.tar.gz
main: Init libhandy
This will allow to use libhandy's translations and to init its types.
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c5
1 files changed, 5 insertions, 0 deletions
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 <cheese-gtk.h>
#endif /* HAVE_CHEESE */
+#define HANDY_USE_UNSTABLE_API
+#include <handy.h>
+
#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