]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-avatar-chooser.h
Add en_GB in gitignore
[empathy.git] / libempathy-gtk / empathy-avatar-chooser.h
index 1e1b2e0900947b582290ce21155130792d1452ff..bdc5b40ae1a159905dfd9a8c7f3c1092f6c67f88 100644 (file)
@@ -27,7 +27,6 @@
 #include <gtk/gtkbutton.h>
 
 #include <libempathy/empathy-contact.h>
-#include <libempathy/empathy-contact-factory.h>
 
 G_BEGIN_DECLS
 
@@ -50,7 +49,7 @@ struct _EmpathyAvatarChooserClass {
 };
 
 GType      empathy_avatar_chooser_get_type       (void);
-GtkWidget *empathy_avatar_chooser_new            (EmpathyContactFactory *contact_factory);
+GtkWidget *empathy_avatar_chooser_new            (void);
 void       empathy_avatar_chooser_set            (EmpathyAvatarChooser *chooser,
                                                  EmpathyAvatar        *avatar);
 void       empathy_avatar_chooser_get_image_data (EmpathyAvatarChooser *chooser,