[Commits] composewindowtype.c 1.1.2.17 1.1.2.18
mones at claws-mail.org
mones at claws-mail.org
Sun Sep 9 13:17:09 CEST 2012
Update of /home/claws-mail/plugins/python/src
In directory srv:/tmp/cvs-serv11785/src
Modified Files:
Tag: gtk2
composewindowtype.c
Log Message:
2012-09-09 [mones] 0.10cvs8
* src/composewindowtype.c
Fix a "error: dereferencing pointer to incomplete type"
Index: composewindowtype.c
===================================================================
RCS file: /home/claws-mail/plugins/python/src/Attic/composewindowtype.c,v
retrieving revision 1.1.2.17
retrieving revision 1.1.2.18
diff -u -d -r1.1.2.17 -r1.1.2.18
--- composewindowtype.c 27 Aug 2012 20:25:29 -0000 1.1.2.17
+++ composewindowtype.c 9 Sep 2012 11:17:07 -0000 1.1.2.18
@@ -27,7 +27,7 @@
#include "mainwindow.h"
#include "account.h"
-#include "folder.h"
+#include "summaryview.h"
#include "gettext.h"
#include <structmember.h>
More information about the Commits
mailing list