We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a769b4 commit e64cad5Copy full SHA for e64cad5
main.c
@@ -325,7 +325,7 @@ main(int argc, char **argv)
325
/* start ui */
326
GtkApplication *app;
327
int status;
328
- app = gtk_application_new(NULL, G_APPLICATION_FLAGS_NONE);
+ app = gtk_application_new(NULL, G_APPLICATION_DEFAULT_FLAGS);
329
g_signal_connect(app, "activate", G_CALLBACK(activate), NULL);
330
status = g_application_run(G_APPLICATION(app), argc, argv);
331
g_object_unref(app);
0 commit comments