comparison plugins/gevolution/gevolution.h @ 9566:7a149eac59a3

[gaim-migrate @ 10409] Patch by Henry Jen (bug #992152) to the gevolution plugin. He states: "After associated a buddy with an existing contact, the IM information is not appearing in the contact when view from evolution." committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 20 Jul 2004 00:10:36 +0000
parents a5ec9e73f46d
children 111394c5fe2a
comparison
equal deleted inserted replaced
9565:c60809a33460 9566:7a149eac59a3
31 (LIBEBOOK_MAJOR_VER == (major) && LIBEBOOK_MINOR_VER == (minor) && \ 31 (LIBEBOOK_MAJOR_VER == (major) && LIBEBOOK_MINOR_VER == (minor) && \
32 LIBEBOOK_MICRO_VER >= (micro))) 32 LIBEBOOK_MICRO_VER >= (micro)))
33 33
34 #include <libebook/e-book.h> 34 #include <libebook/e-book.h>
35 35
36 #if !EBOOK_CHECK_VERSION(0, 0, 95) 36 #if 0 && !EBOOK_CHECK_VERSION(0, 0, 95)
37 # include <libebook/e-book-async.h> 37 # include <libebook/e-book-async.h>
38 #endif 38 #endif
39 39
40 typedef struct 40 typedef struct
41 { 41 {