[Commits] [SCM] claws branch, master, updated. 3.15.0-46-gf6c690e
mones at claws-mail.org
mones at claws-mail.org
Fri May 5 00:22:56 CEST 2017
The branch, master has been updated
via f6c690e3c9928eb3694c033ee081fecb2e57a4a1 (commit)
from 0e82e53cee31179a6394456fc8973c1eb6ffdf8f (commit)
Summary of changes:
src/plugins/python/clawsmailmodule.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit f6c690e3c9928eb3694c033ee081fecb2e57a4a1
Author: Ricardo Mones <ricardo at mones.org>
Date: Fri May 5 00:20:39 2017 +0200
Fix bug #3819 “Duplicate definition of global pygtk symbols”
Patch by Hanno Boeck (thanks! :)
diff --git a/src/plugins/python/clawsmailmodule.c b/src/plugins/python/clawsmailmodule.c
index aa472e0..d86ae72 100644
--- a/src/plugins/python/clawsmailmodule.c
+++ b/src/plugins/python/clawsmailmodule.c
@@ -33,7 +33,9 @@
#include "accounttype.h"
#include "mailboxtype.h"
+#define NO_IMPORT_PYGOBJECT
#include <pygobject.h>
+#define NO_IMPORT_PYGTK
#include <pygtk/pygtk.h>
#include "main.h"
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list