Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 54fa9762b9c2bd308750085f47a1d590 > files > 2

evolution-sharp-0.21.1-22.mga5.src.rpm

diff -uNr evolution-sharp-0.21.1/glue/addressbook/e-book-glue.c evolution-sharp-0.21.1p/glue/addressbook/e-book-glue.c
--- evolution-sharp-0.21.1/glue/addressbook/e-book-glue.c	2009-05-26 10:25:06.000000000 +0300
+++ evolution-sharp-0.21.1p/glue/addressbook/e-book-glue.c	2013-01-10 15:19:37.992436079 +0200
@@ -1,4 +1,4 @@
-#include <libebook/e-book.h>
+#include <libebook/libebook.h>
 
 gboolean
 e_book_glue_ebook_get_changes (EBook* ebook,
diff -uNr evolution-sharp-0.21.1/glue/addressbook/e-contact-photo-glue.h evolution-sharp-0.21.1p/glue/addressbook/e-contact-photo-glue.h
--- evolution-sharp-0.21.1/glue/addressbook/e-contact-photo-glue.h	2009-05-26 10:25:06.000000000 +0300
+++ evolution-sharp-0.21.1p/glue/addressbook/e-contact-photo-glue.h	2013-01-10 15:22:17.362929012 +0200
@@ -22,7 +22,7 @@
 #ifndef _E_CONTACT_PHOTO_GLUE_H_
 #define _E_CONTACT_PHOTO_GLUE_H_
 
-#include <libebook/e-contact.h>
+#include <libebook/libebook.h>
 
 EContactPhoto* e_contact_photo_glue_new (EContactPhotoType type);
 void e_contact_photo_glue_free (EContactPhoto* photo);
diff -uNr evolution-sharp-0.21.1/glue/cal/e-cal-glue-comp.h evolution-sharp-0.21.1p/glue/cal/e-cal-glue-comp.h
--- evolution-sharp-0.21.1/glue/cal/e-cal-glue-comp.h	2013-01-10 15:19:01.623867187 +0200
+++ evolution-sharp-0.21.1p/glue/cal/e-cal-glue-comp.h	2013-01-10 15:18:48.840667229 +0200
@@ -4,8 +4,7 @@
 #include <glib.h>
 #include <time.h>
 #include <glib-object.h>
-#include <libecal/e-cal.h>
-#include <libical/ical.h>
+#include <libecal/libecal.h>
 
 int  e_cal_component_get_priority2 (ECalComponent* comp);
 
diff -uNr evolution-sharp-0.21.1/glue/cal/e-cal-glue.h evolution-sharp-0.21.1p/glue/cal/e-cal-glue.h
--- evolution-sharp-0.21.1/glue/cal/e-cal-glue.h	2009-05-26 10:25:06.000000000 +0300
+++ evolution-sharp-0.21.1p/glue/cal/e-cal-glue.h	2013-01-10 15:07:09.956734703 +0200
@@ -2,10 +2,7 @@
 #define __E_CAL_GLUE_H	1
 
 #include <string.h>
-#include <libecal/e-cal.h>
-#include <libecal/e-cal-component.h>
-#include <libecal/e-cal-time-util.h>
-#include <libical/ical.h>
+#include <libecal/libecal.h>
 
 #include "e-cal-glue-comp.h"
 #include "e-cal-glue-recur.h"