[Commits] fancy_viewer.c 1.1.2.53 1.1.2.54

claws at claws-mail.org claws at claws-mail.org
Sat Jul 7 17:16:43 CEST 2012


Update of /home/claws-mail/plugins/fancy/src
In directory srv:/tmp/cvs-serv23676/src

Modified Files:
      Tag: gtk2
	fancy_viewer.c 
Log Message:
2012-07-07 [paul]	0.9.16cvs1

	* src/fancy_viewer.c
		fix build with Claws 3.8.1cvs8 

Index: fancy_viewer.c
===================================================================
RCS file: /home/claws-mail/plugins/fancy/src/Attic/fancy_viewer.c,v
retrieving revision 1.1.2.53
retrieving revision 1.1.2.54
diff -u -d -r1.1.2.53 -r1.1.2.54
--- fancy_viewer.c	5 Jun 2012 04:53:09 -0000	1.1.2.53
+++ fancy_viewer.c	7 Jul 2012 15:16:41 -0000	1.1.2.54
@@ -1,7 +1,7 @@
 /* 
  * Claws Mail -- A GTK+ based, lightweight, and fast e-mail client
  * == Fancy Plugin ==
- * Copyright(C) 1999-2009 the Claws Mail Team
+ * Copyright(C) 1999-20012 the Claws Mail Team
  * This file Copyright (C) 2009 Salvatore De Paolis
  * <iwkse at claws-mail.org>
  * This program is free software; you can redistribute it and/or modify
@@ -17,13 +17,15 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
-#include <fancy_viewer.h>
-#include <fancy_prefs.h>
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
+#include "claws-features.h"
 #endif
 
+#include <fancy_viewer.h>
+#include <fancy_prefs.h>
+
 #if USE_PRINTUNIX
 #include <alertpanel.h>
 #include <printing.h>



More information about the Commits mailing list