commit 2d74012d4a8caaf71a720a4f11915fb193eee4f0
parent f758c617b61859d97fb1c8b00eaf0c21d29d3743
Author: Ricardo Mones <ricardo@mones.org>
Date: Mon, 28 May 2018 14:03:57 +0200
Fix warning: excess elements in struct initializer
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/python/python_plugin.c b/src/plugins/python/python_plugin.c
@@ -501,7 +501,7 @@ static GtkToggleActionEntry mainwindow_tools_python_toggle[] = {
static GtkActionEntry mainwindow_tools_python_actions[] = {
{"Tools/PythonScripts", NULL, N_("Python scripts"), NULL, NULL, NULL },
- {"Tools/PythonScripts/Refresh", NULL, N_("Refresh"), NULL, NULL, NULL,
+ {"Tools/PythonScripts/Refresh", NULL, N_("Refresh"),
NULL, NULL, G_CALLBACK(refresh_python_scripts_menus) },
{"Tools/PythonScripts/Browse", NULL, N_("Browse"),
NULL, NULL, G_CALLBACK(browse_python_scripts_dir) },