From 306be9da7e2118895e87eb0184751af71c53b4df Mon Sep 17 00:00:00 2001
From: Bruce Cowan <bruce@bcowan.me.uk>
Date: Sun, 23 May 2021 16:18:52 +0100
Subject: [PATCH] Revert "Fix running with GTK 4.2"

Actually breaks it.

This reverts commit 681cc5cb4348f7d2a300d06b689fc97d72dc4d2e.
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 8e0cf24..4642cb0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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",
-- 
GitLab