aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-chooser.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-05 18:08:20 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-05 21:04:05 +0800
commit8e839c45aea812bef072cc3365c58f366adc104e (patch)
tree4c38fd62505913c011a8824321424a62be6345f6 /libempathy-gtk/empathy-contact-chooser.h
parent508d001793fdcb91dc6305c547a9b2f205acdad1 (diff)
downloadgsoc2013-empathy-8e839c45aea812bef072cc3365c58f366adc104e.tar
gsoc2013-empathy-8e839c45aea812bef072cc3365c58f366adc104e.tar.gz
gsoc2013-empathy-8e839c45aea812bef072cc3365c58f366adc104e.tar.bz2
gsoc2013-empathy-8e839c45aea812bef072cc3365c58f366adc104e.tar.lz
gsoc2013-empathy-8e839c45aea812bef072cc3365c58f366adc104e.tar.xz
gsoc2013-empathy-8e839c45aea812bef072cc3365c58f366adc104e.tar.zst
gsoc2013-empathy-8e839c45aea812bef072cc3365c58f366adc104e.zip
EmpathyContactChooser: remove EmpathyTpChat property
It's not used any more and a generic widget shouldn't need it. https://bugzilla.gnome.org/show_bug.cgi?id=656020
Diffstat (limited to 'libempathy-gtk/empathy-contact-chooser.h')
-rw-r--r--libempathy-gtk/empathy-contact-chooser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-chooser.h b/libempathy-gtk/empathy-contact-chooser.h
index b6e45c220..ba95bcfbe 100644
--- a/libempathy-gtk/empathy-contact-chooser.h
+++ b/libempathy-gtk/empathy-contact-chooser.h
@@ -52,7 +52,7 @@ struct _EmpathyContactChooserClass
GType empathy_contact_chooser_get_type (void);
-GtkWidget * empathy_contact_chooser_new (EmpathyTpChat *tp_chat);
+GtkWidget * empathy_contact_chooser_new (void);
FolksIndividual * empathy_contact_chooser_dup_selected (
EmpathyContactChooser *self);