Mercurial > pidgin.yaz
comparison plugins/gevolution/gevo-util.c @ 9354:a5ec9e73f46d
[gaim-migrate @ 10162]
Because the Evolution project doesn't bump their version numbers until just
before release, and they broke backwards-compatibility since the last
evolution-data-server release in the header files, those people using
0.0.95cvs are going to not be able to compile gevolution until 0.0.95 comes
out, or unless they comment out the #include <libebook/e-book-async.h> in
gevolution.h. The code I added here centralizes the include files a bit
more, and checks if we're using 0.0.95 or not. The Evo guys are releasing
hopefully next week or the week after, I think, so that should take care of
it.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 22 Jun 2004 22:42:10 +0000 |
parents | cc2baf349805 |
children | 94910b9520cf |
comparison
equal
deleted
inserted
replaced
9353:b8138f3959dc | 9354:a5ec9e73f46d |
---|---|
19 * 02111-1307, USA. | 19 * 02111-1307, USA. |
20 */ | 20 */ |
21 #include "gtkinternal.h" | 21 #include "gtkinternal.h" |
22 #include "gtkblist.h" | 22 #include "gtkblist.h" |
23 #include "gtkutils.h" | 23 #include "gtkutils.h" |
24 | |
25 #include <libebook/e-book.h> | |
26 | 24 |
27 #include "gevolution.h" | 25 #include "gevolution.h" |
28 | 26 |
29 void | 27 void |
30 gevo_add_buddy(GaimAccount *account, const char *group_name, | 28 gevo_add_buddy(GaimAccount *account, const char *group_name, |