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

Revert "Fix running with GTK 4.2"

Actually breaks it.

This reverts commit 681cc5cb.
parent b646ebf2
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ int ...@@ -73,7 +73,7 @@ int
main (int argc, main (int argc,
char **argv) 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_APPLICATION_FLAGS_NONE);
g_signal_connect (app, "startup", 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