[gnome-builder/rafaelff-main-patch-15665] meson-template: fix typo
- From: Rafael Fontenelle <rafaelff src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/rafaelff-main-patch-15665] meson-template: fix typo
- Date: Sun, 13 Feb 2022 19:18:06 +0000 (UTC)
commit a0eb111b9bc0cb4052ec763ad0b08559a2779561
Author: Rafael Fontenelle <rffontenelle gmail com>
Date: Sun Feb 13 19:18:03 2022 +0000
meson-template: fix typo
src/plugins/meson-templates/resources/src/main-gtk4.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/meson-templates/resources/src/main-gtk4.py
b/src/plugins/meson-templates/resources/src/main-gtk4.py
index 554bf3e81..2dbe734bd 100755
--- a/src/plugins/meson-templates/resources/src/main-gtk4.py
+++ b/src/plugins/meson-templates/resources/src/main-gtk4.py
@@ -53,7 +53,7 @@ class Application(Gtk.Application):
action.connect("activate", callback)
self.add_action(action)
if shortcuts:
- self.set_accels_for_action(f"app.{name}", shorcuts)
+ self.set_accels_for_action(f"app.{name}", shortcuts)
def main(version):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]