Mercurial > pidgin.yaz
changeset 9825:c00def44d76a
[gaim-migrate @ 10696]
Fix up the gevolution plugin to use internal.h where appropriate (which was
almost everywhere it seems).
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 22 Aug 2004 17:45:40 +0000 |
parents | 94910b9520cf |
children | 6f2a90c36ee2 |
files | plugins/gevolution/add_buddy_dialog.c plugins/gevolution/assoc-buddy.c plugins/gevolution/gevo-util.c plugins/gevolution/new_person_dialog.c |
diffstat | 4 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/gevolution/add_buddy_dialog.c Sun Aug 22 17:33:36 2004 +0000 +++ b/plugins/gevolution/add_buddy_dialog.c Sun Aug 22 17:45:40 2004 +0000 @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ +#include "internal.h" #include "gtkblist.h" #include "gtkgaim.h" #include "gtkutils.h"
--- a/plugins/gevolution/assoc-buddy.c Sun Aug 22 17:33:36 2004 +0000 +++ b/plugins/gevolution/assoc-buddy.c Sun Aug 22 17:45:40 2004 +0000 @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ +#include "internal.h" #include "gtkblist.h" #include "gtkgaim.h" #include "gtkutils.h"
--- a/plugins/gevolution/gevo-util.c Sun Aug 22 17:33:36 2004 +0000 +++ b/plugins/gevolution/gevo-util.c Sun Aug 22 17:45:40 2004 +0000 @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ +#include "internal.h" #include "gtkblist.h" #include "gtkgaim.h" #include "gtkutils.h"
--- a/plugins/gevolution/new_person_dialog.c Sun Aug 22 17:33:36 2004 +0000 +++ b/plugins/gevolution/new_person_dialog.c Sun Aug 22 17:45:40 2004 +0000 @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ +#include "internal.h" #include "gtkgaim.h" #include "gtkutils.h"