]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-avatar-image.h
de.po: Updated German translation
[empathy.git] / libempathy-gtk / empathy-avatar-image.h
index 8a28ccb9ae2c624dd770e5c8cd4020f573c082c4..d6a6cd0b08ccfd1a223ccca42bf61e02f9ea4b02 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2006-2007 Imendio AB
- * Copyright (C) 2007 Collabora Ltd.
+ * Copyright (C) 2007-2008 Collabora Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -26,7 +26,7 @@
 
 #include <gtk/gtkeventbox.h>
 
-#include <libempathy/empathy-avatar.h>
+#include <libempathy/empathy-contact.h>
 
 G_BEGIN_DECLS
 
@@ -42,6 +42,7 @@ typedef struct _EmpathyAvatarImageClass EmpathyAvatarImageClass;
 
 struct _EmpathyAvatarImage {
        GtkEventBox parent;
+       gpointer priv;
 };
 
 struct _EmpathyAvatarImageClass {