Skip to content
Snippets Groups Projects
Commit 18ed672d authored by Antoine Fontaine's avatar Antoine Fontaine :8ball:
Browse files

Fixed potential bug with unset application id...

Fixed potential bug with unset application id https://honk.sigxcpu.org/con/GTK__and_the_application_id.html
parent 593ac168
Branches
Tags
No related merge requests found
......@@ -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));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment