Blame SOURCES/evince-40.4-quit-shortcut.patch

485247
From ad28a28e94c63c9ed44d01cf274e487ec85f2a46 Mon Sep 17 00:00:00 2001
485247
From: Marek Kasik <mkasik@redhat.com>
485247
Date: Wed, 13 Oct 2021 11:00:07 +0200
485247
Subject: [PATCH] Remove "Quit" from shortcuts page
485247
485247
The shortcut "Ctrl + q" does not do anything.
485247
---
485247
 shell/help-overlay.ui | 7 -------
485247
 1 file changed, 7 deletions(-)
485247
485247
diff --git a/shell/help-overlay.ui b/shell/help-overlay.ui
485247
index d2057348..ced1dd56 100644
485247
--- a/shell/help-overlay.ui
485247
+++ b/shell/help-overlay.ui
485247
@@ -396,13 +396,6 @@
485247
                 <property name="accelerator"><Primary>W</property>
485247
               </object>
485247
             </child>
485247
-            <child>
485247
-              <object class="GtkShortcutsShortcut">
485247
-                <property name="visible">True</property>
485247
-                <property name="title" translatable="yes" context="shortcut window">Quit</property>
485247
-                <property name="accelerator"><Primary>Q</property>
485247
-              </object>
485247
-            </child>
485247
             <child>
485247
               <object class="GtkShortcutsShortcut">
485247
                 <property name="visible">True</property>
485247
-- 
485247
2.31.1
485247