[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-493-g2d74012

ticho at claws-mail.org ticho at claws-mail.org
Sat Nov 24 22:43:27 CET 2018


The branch, gtk3 has been updated
       via  2d74012d4a8caaf71a720a4f11915fb193eee4f0 (commit)
      from  f758c617b61859d97fb1c8b00eaf0c21d29d3743 (commit)

Summary of changes:
 src/plugins/python/python_plugin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 2d74012d4a8caaf71a720a4f11915fb193eee4f0
Author: Ricardo Mones <ricardo at mones.org>
Date:   Mon May 28 14:03:57 2018 +0200

    Fix warning: excess elements in struct initializer

diff --git a/src/plugins/python/python_plugin.c b/src/plugins/python/python_plugin.c
index 0a0aa1e..e9fcd6e 100644
--- 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) },

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list