[Commits] attachwarner.c 1.1.2.21 1.1.2.22 attachwarner_prefs.c 1.1.2.12 1.1.2.13

claws at claws-mail.org claws at claws-mail.org
Sat Nov 10 22:19:26 CET 2012


Update of /home/claws-mail/plugins/attachwarner/src
In directory srv:/tmp/cvs-serv9243/src

Modified Files:
      Tag: gtk2
	attachwarner.c attachwarner_prefs.c 
Log Message:
2012-11-10 [paul]	0.2.24cvs6

	* configure.ac
	* src/attachwarner.c
	* src/attachwarner_prefs.c
		fix display of translated strings 

Index: attachwarner_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/attachwarner/src/Attic/attachwarner_prefs.c,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -d -r1.1.2.12 -r1.1.2.13
--- attachwarner_prefs.c	29 Oct 2012 17:24:54 -0000	1.1.2.12
+++ attachwarner_prefs.c	10 Nov 2012 21:19:24 -0000	1.1.2.13
@@ -18,6 +18,10 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "attachwarner.h"
 #include "pluginconfig.h"
 

Index: attachwarner.c
===================================================================
RCS file: /home/claws-mail/plugins/attachwarner/src/Attic/attachwarner.c,v
retrieving revision 1.1.2.21
retrieving revision 1.1.2.22
diff -u -d -r1.1.2.21 -r1.1.2.22
--- attachwarner.c	30 Oct 2012 09:13:53 -0000	1.1.2.21
+++ attachwarner.c	10 Nov 2012 21:19:24 -0000	1.1.2.22
@@ -18,6 +18,10 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "attachwarner.h"
 #include "attachwarner_prefs.h"
 #include "codeconv.h"



More information about the Commits mailing list