[Commits] [SCM] claws branch, master, updated. 3.14.1-58-g77a2981

wwp at claws-mail.org wwp at claws-mail.org
Fri Dec 16 09:16:17 CET 2016


The branch, master has been updated
       via  77a2981141aa9d2653fb0092db0e44a3d9bee8e6 (commit)
       via  19430d77d5b7873488fb458534215231356ec1c0 (commit)
      from  abc9d9cd4034d793869129298cc635245fd2108e (commit)

Summary of changes:
 src/toolbar.c |    2 ++
 1 file changed, 2 insertions(+)


- Log -----------------------------------------------------------------
commit 77a2981141aa9d2653fb0092db0e44a3d9bee8e6
Merge: 19430d7 abc9d9c
Author: wwp <wwp at free.fr>
Date:   Fri Dec 16 09:16:15 2016 +0100

    Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws


commit 19430d77d5b7873488fb458534215231356ec1c0
Author: wwp <wwp at free.fr>
Date:   Fri Dec 16 09:15:45 2016 +0100

    Silent up coverity scan.

diff --git a/src/toolbar.c b/src/toolbar.c
index 1f36f71..7b7aaae 100644
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -409,6 +409,8 @@ static void toolbar_parse_item(XMLFile *file, ToolbarType source, gboolean *rewr
 	gchar *name, *value;
 	ToolbarItem *item = NULL;
 
+	g_return_if_fail(rewrite != NULL);
+
 	attr = xml_get_current_tag_attr(file);
 	item = g_new0(ToolbarItem, 1);
 	while( attr ) {

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list