[Commits] [SCM] claws branch, master, updated. 3.14.0-6-gdd7568a

claws at claws-mail.org claws at claws-mail.org
Thu Aug 11 13:33:49 CEST 2016


The branch, master has been updated
       via  dd7568a78b47756ba690be540f8960d5771eac2b (commit)
      from  c8e4fd1a969b31329efd3f28a37d3281f339f83f (commit)

Summary of changes:
 AUTHORS           |    1 +
 src/gtk/authors.h |    1 +
 src/imap_gtk.c    |    3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit dd7568a78b47756ba690be540f8960d5771eac2b
Author: Paul <paul at claws-mail.org>
Date:   Thu Aug 11 12:33:44 2016 +0100

    add missing semi-colon
    
    spotted and patched by Ralf Bormann <ralf.bormann at cs.uni-dortmund.de>

diff --git a/AUTHORS b/AUTHORS
index e55f73b..0cab1a8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -308,3 +308,4 @@ contributors (in addition to the above; based on Changelog)
 	Andy Balaam
 	Hanno Boeck
 	Ben Hutchings
+	Ralf Bormann
diff --git a/src/gtk/authors.h b/src/gtk/authors.h
index 5f2f09d..06d0c2d 100644
--- a/src/gtk/authors.h
+++ b/src/gtk/authors.h
@@ -99,6 +99,7 @@ static char *CONTRIBS_LIST[] = {
 "Blatinox",
 "Hanno Boeck",
 "Pavlo Bohmat",
+"Ralf Bormann",
 "H. Merijn Brand",
 "Eugene Brevdo",
 "Sean Buckheister",
diff --git a/src/imap_gtk.c b/src/imap_gtk.c
index b304ef2..11f2d1f 100644
--- a/src/imap_gtk.c
+++ b/src/imap_gtk.c
@@ -626,6 +626,7 @@ static void download_cb(GtkAction *action, gpointer data)
 	FolderView *folderview = (FolderView *)data;
 	FolderItem *item;
 
-	if ((item = folderview_get_selected_item(folderview)) == NULL) return
+	if ((item = folderview_get_selected_item(folderview)) == NULL)
+		return;
 	imap_gtk_synchronise(item, 0);
 }

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list