diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2021-10-31 20:44:11 +0100 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2021-10-31 20:44:11 +0100 |
commit | 9d5b6a94224d6fcf6820bbc4230ef7cf1c2f9714 (patch) | |
tree | 25d40de0699307d33f7b37e99c8d85b45f0fb64d | |
parent | 0def5106c1e92a2d43b9bdc755ba860ccc2f84f1 (diff) | |
download | messenger-gtk-9d5b6a94224d6fcf6820bbc4230ef7cf1c2f9714.tar.gz messenger-gtk-9d5b6a94224d6fcf6820bbc4230ef7cf1c2f9714.zip |
Added initialization of libhandy to load icons
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r-- | src/application.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.c b/src/application.c index 2bf9e09..2f367a5 100644 --- a/src/application.c +++ b/src/application.c | |||
@@ -62,6 +62,7 @@ application_init(MESSENGER_Application *app, | |||
62 | app->argv = argv; | 62 | app->argv = argv; |
63 | 63 | ||
64 | gtk_init(&argc, &argv); | 64 | gtk_init(&argc, &argv); |
65 | hdy_init(); | ||
65 | 66 | ||
66 | app->application = gtk_application_new( | 67 | app->application = gtk_application_new( |
67 | "org.gnunet.MESSENGER-GTK", | 68 | "org.gnunet.MESSENGER-GTK", |