[gnome-builder] plugins/shellcmd: fix typo in function name



commit b0944571e8aa0b0349f3bd61f45b60bb9761a21f
Author: Christian Hergert <chergert redhat com>
Date:   Mon Aug 22 12:59:35 2022 -0700

    plugins/shellcmd: fix typo in function name

 src/plugins/shellcmd/gbp-shellcmd-command-dialog.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/shellcmd/gbp-shellcmd-command-dialog.c 
b/src/plugins/shellcmd/gbp-shellcmd-command-dialog.c
index 5945d6b1e..021f5d12c 100644
--- a/src/plugins/shellcmd/gbp-shellcmd-command-dialog.c
+++ b/src/plugins/shellcmd/gbp-shellcmd-command-dialog.c
@@ -297,7 +297,7 @@ gbp_shellcmd_command_dialog_set_command (GbpShellcmdCommandDialog *self,
 }
 
 static void
-on_shortcut_dialog_respnose (GbpShellcmdCommandDialog *self,
+on_shortcut_dialog_response (GbpShellcmdCommandDialog *self,
                              int                       response_id,
                              IdeShortcutAccelDialog   *dialog)
 {
@@ -345,7 +345,7 @@ on_shortcut_activated_cb (GbpShellcmdCommandDialog *self,
                          NULL);
   g_signal_connect_object (dialog,
                            "response",
-                           G_CALLBACK (on_shortcut_dialog_respnose),
+                           G_CALLBACK (on_shortcut_dialog_response),
                            self,
                            G_CONNECT_SWAPPED);
   gtk_window_present (GTK_WINDOW (dialog));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]