[Commits] fetchinfo_plugin.c 1.4.2.18 1.4.2.19 fetchinfo_plugin_gtk.c 1.3.2.15 1.3.2.16
claws at claws-mail.org
claws at claws-mail.org
Mon Jul 9 20:16:38 CEST 2012
Update of /home/claws-mail/plugins/fetchinfo/src
In directory srv:/tmp/cvs-serv23497/src
Modified Files:
Tag: gtk2
fetchinfo_plugin.c fetchinfo_plugin_gtk.c
Log Message:
2012-07-09 [paul] 0.4.24cvs7
* configure.ac
* src/fetchinfo_plugin.c
* src/fetchinfo_plugin_gtk.c
fix build
Index: fetchinfo_plugin_gtk.c
===================================================================
RCS file: /home/claws-mail/plugins/fetchinfo/src/fetchinfo_plugin_gtk.c,v
retrieving revision 1.3.2.15
retrieving revision 1.3.2.16
diff -u -d -r1.3.2.15 -r1.3.2.16
--- fetchinfo_plugin_gtk.c 4 Jan 2012 19:17:46 -0000 1.3.2.15
+++ fetchinfo_plugin_gtk.c 9 Jul 2012 18:16:36 -0000 1.3.2.16
@@ -19,6 +19,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
+# include "claws-features.h"
#endif
#include "defs.h"
@@ -34,7 +35,6 @@
#include "prefs.h"
#include "prefs_gtk.h"
-#include "pluginconfig.h"
#include "fetchinfo_plugin.h"
#include "gettext.h"
Index: fetchinfo_plugin.c
===================================================================
RCS file: /home/claws-mail/plugins/fetchinfo/src/fetchinfo_plugin.c,v
retrieving revision 1.4.2.18
retrieving revision 1.4.2.19
diff -u -d -r1.4.2.18 -r1.4.2.19
--- fetchinfo_plugin.c 4 Jan 2012 19:17:46 -0000 1.4.2.18
+++ fetchinfo_plugin.c 9 Jul 2012 18:16:36 -0000 1.4.2.19
@@ -19,6 +19,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
+# include "claws-features.h"
#endif
#include "defs.h"
@@ -43,8 +44,6 @@
#include "procheader.h"
#include "plugin.h"
-#include "pluginconfig.h"
-
#include "gettext.h"
static guint mail_receive_hook_id;
More information about the Commits
mailing list