[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-118-g212a130
ticho at claws-mail.org
ticho at claws-mail.org
Mon Mar 5 10:37:39 CET 2018
The branch, gtk3 has been updated
via 212a1301c2b17da8420c420ab30a56da40a3d63b (commit)
from 7f594fb60db0ff987313c7fdb82241733b333410 (commit)
Summary of changes:
src/editaddress.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 212a1301c2b17da8420c420ab30a56da40a3d63b
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Mon Mar 5 10:33:57 2018 +0100
Fix use of uninitialized variable in addressbook edit person dialog.
diff --git a/src/editaddress.c b/src/editaddress.c
index 51b78ce..6c0977d 100644
--- a/src/editaddress.c
+++ b/src/editaddress.c
@@ -445,7 +445,7 @@ static void edit_person_email_delete( gpointer data ) {
GtkTreeIter iter;
GtkTreeSelection *sel;
ItemEMail *email;
- gboolean has_row;
+ gboolean has_row = FALSE;
gint n;
edit_person_email_clear( NULL );
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list