[Commits] [SCM] claws branch, master, updated. 3.16.0-185-gf50fc2c

mones at claws-mail.org mones at claws-mail.org
Mon May 28 14:04:43 CEST 2018


The branch, master has been updated
       via  f50fc2cc379fc9d7b1525c0071c9754fd9221a22 (commit)
       via  ea3fde42caa59cfab29bffedcbf37471487cdc7e (commit)
      from  51dd96bfe9dd84de76e2dc6b751f2d17960c4c35 (commit)

Summary of changes:
 src/plugins/python/python_plugin.c |    2 +-
 src/plugins/vcalendar/vcal_dbus.c  |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit f50fc2cc379fc9d7b1525c0071c9754fd9221a22
Author: Ricardo Mones <ricardo at mones.org>
Date:   Mon May 28 14:04:32 2018 +0200

    Fix warning: missing braces around initializer

diff --git a/src/plugins/vcalendar/vcal_dbus.c b/src/plugins/vcalendar/vcal_dbus.c
index cc9c725..f6269ed 100644
--- a/src/plugins/vcalendar/vcal_dbus.c
+++ b/src/plugins/vcalendar/vcal_dbus.c
@@ -129,7 +129,6 @@ static const GDBusInterfaceVTable interface_vtable =
 {
 	handle_method_call,
 	NULL,
-	NULL,
 	NULL
 };
 

commit ea3fde42caa59cfab29bffedcbf37471487cdc7e
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 14646f1..03c2ea4 100644
--- a/src/plugins/python/python_plugin.c
+++ b/src/plugins/python/python_plugin.c
@@ -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) },

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list