Fix warning: excess elements in struct initializer
[claws.git] / src / plugins / python / python_plugin.c
index 14646f1500ea077179c2f67f1b5bf833dc719395..03c2ea4e888800a54ca96150937ee8df40ec06bd 100644 (file)
@@ -500,7 +500,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) },