aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/empathy-invite-participant-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c
index 4023ebacd..ec5a275d4 100644
--- a/src/empathy-invite-participant-dialog.c
+++ b/src/empathy-invite-participant-dialog.c
@@ -213,7 +213,7 @@ invite_participant_dialog_constructed (GObject *object)
gtk_dialog_add_button (dialog, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
/* contact chooser */
- self->priv->chooser = empathy_contact_chooser_new (self->priv->tp_chat);
+ self->priv->chooser = empathy_contact_chooser_new ();
empathy_contact_chooser_set_filter_func (
EMPATHY_CONTACT_CHOOSER (self->priv->chooser), filter_individual, self);