[Commits] cm_gdata_contacts.c 1.1.2.17 1.1.2.18 cm_gdata_prefs.c 1.1.2.8 1.1.2.9 gdata_plugin.c 1.1.2.6 1.1.2.7

mones at claws-mail.org mones at claws-mail.org
Tue Jul 10 15:28:14 CEST 2012


Update of /home/claws-mail/plugins/gdata/src
In directory srv:/tmp/cvs-serv25918/src

Modified Files:
      Tag: gtk2
	cm_gdata_contacts.c cm_gdata_prefs.c gdata_plugin.c 
Log Message:
2012-07-10 [mones]	0.4cvs2

	* configure.ac
	* src/cm_gdata_contacts.c
	* src/cm_gdata_prefs.c
	* src/gdata_plugin.c
		YAFB: use config.h for configuration 

Index: gdata_plugin.c
===================================================================
RCS file: /home/claws-mail/plugins/gdata/src/Attic/gdata_plugin.c,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- gdata_plugin.c	18 Dec 2011 23:53:15 -0000	1.1.2.6
+++ gdata_plugin.c	10 Jul 2012 13:28:12 -0000	1.1.2.7
@@ -18,7 +18,6 @@
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
 #endif
-#include "pluginconfig.h"
 
 #include <glib.h>
 

Index: cm_gdata_contacts.c
===================================================================
RCS file: /home/claws-mail/plugins/gdata/src/Attic/cm_gdata_contacts.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
--- cm_gdata_contacts.c	4 Jan 2012 19:34:24 -0000	1.1.2.17
+++ cm_gdata_contacts.c	10 Jul 2012 13:28:12 -0000	1.1.2.18
@@ -18,7 +18,6 @@
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
 #endif
-#include "pluginconfig.h"
 
 #include "cm_gdata_contacts.h"
 #include "cm_gdata_prefs.h"

Index: cm_gdata_prefs.c
===================================================================
RCS file: /home/claws-mail/plugins/gdata/src/Attic/cm_gdata_prefs.c,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- cm_gdata_prefs.c	4 Jan 2012 19:34:24 -0000	1.1.2.8
+++ cm_gdata_prefs.c	10 Jul 2012 13:28:12 -0000	1.1.2.9
@@ -15,7 +15,7 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "pluginconfig.h"
+#include "config.h"
 #include "cm_gdata_prefs.h"
 #include "gdata_plugin.h"
 #include "cm_gdata_contacts.h"



More information about the Commits mailing list