[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-875-gf715769f7

paul at claws-mail.org paul at claws-mail.org
Mon Dec 2 08:32:45 CET 2019


The branch, gtk3 has been updated
       via  f715769f7053dc4add81e44686297ab660e01c9d (commit)
      from  c65197e37bd2d6fcc464d6c84a676dcc0669868c (commit)

Summary of changes:
 src/prefs_gtk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit f715769f7053dc4add81e44686297ab660e01c9d
Author: paul <paul at claws-mail.org>
Date:   Mon Dec 2 07:32:41 2019 +0000

    add missing semi-colon

diff --git a/src/prefs_gtk.h b/src/prefs_gtk.h
index ad2d3b4d1..ba41d244b 100644
--- a/src/prefs_gtk.h
+++ b/src/prefs_gtk.h
@@ -111,7 +111,7 @@ struct _PrefsDialog
 /* This can be used in vboxes, as well as in hboxes. */
 #define PACK_SPACER(box, vbox, spacing) \
 { \
-	vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0) \
+	vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0); \
 	gtk_widget_show(vbox); \
 	gtk_box_pack_start(GTK_BOX(box), vbox, FALSE, TRUE, spacing); \
 }

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list