Skip to content
Snippets Groups Projects
Commit 681cc5cb authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Fix running with GTK 4.2

parent 0e383d3c
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ int
main (int argc,
char **argv)
{
GtkApplication *app = gtk_application_new ("uk.me.bcowan.Rugby",
GtkApplication *app = gtk_application_new ("uk.me.bcowan.rugby",
G_APPLICATION_FLAGS_NONE);
g_signal_connect (app, "startup",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment