From 18ed672de76679bad3253aaf68820607b0c5c123 Mon Sep 17 00:00:00 2001
From: Antoine Fontaine <antoine.fontaine@epfl.ch>
Date: Tue, 4 Jun 2019 12:05:37 +0200
Subject: [PATCH] Fixed potential bug with unset application id
 https://honk.sigxcpu.org/con/GTK__and_the_application_id.html

---
 src/gui-window.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui-window.c b/src/gui-window.c
index 6f31327..08dcaaf 100644
--- a/src/gui-window.c
+++ b/src/gui-window.c
@@ -307,6 +307,7 @@ update_moodle_index (GuiWindow *self)
 static void
 gui_window_init (GuiWindow *self)
 {
+  g_set_prgname(APP_NAME);
   self->course_count = 0;
   self->dialog = NULL;
   gtk_widget_init_template (GTK_WIDGET (self));
-- 
GitLab