[epiphany/pgriffis/web-extension/commands: 4/5] WebExtension: Use proper parameters




commit 852478b3e67edfaf0c8bd7351cf1c6619b28a92b
Author: Jamie Murphy <hello itsjamie dev>
Date:   Tue Jul 5 16:57:20 2022 -0700

    WebExtension: Use proper parameters

 src/webextension/ephy-web-extension.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/webextension/ephy-web-extension.c b/src/webextension/ephy-web-extension.c
index 58285be54..6cc89f69a 100644
--- a/src/webextension/ephy-web-extension.c
+++ b/src/webextension/ephy-web-extension.c
@@ -849,7 +849,7 @@ ephy_web_extension_get_command_data_from_index (EphyWebExtension  *self,
 
 void *
 ephy_web_extension_get_command_data_from_name (EphyWebExtension  *self,
-                                               guint              command,
+                                               const char        *name,
                                                char             **shortcut,
                                                char             **suggested_key,
                                                char             **description)


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