aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-invite-participant-dialog.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-13 01:06:10 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 17:18:01 +0800
commitf75ecac41ace8d80c9253e3f16fc5e068885a1f0 (patch)
tree241c759e73bcbdf7eb40bd65e0a915a16c266111 /src/empathy-invite-participant-dialog.h
parente1e6e92bae0eac67637b06eca8860a88d29bd8b7 (diff)
downloadgsoc2013-empathy-f75ecac41ace8d80c9253e3f16fc5e068885a1f0.tar
gsoc2013-empathy-f75ecac41ace8d80c9253e3f16fc5e068885a1f0.tar.gz
gsoc2013-empathy-f75ecac41ace8d80c9253e3f16fc5e068885a1f0.tar.bz2
gsoc2013-empathy-f75ecac41ace8d80c9253e3f16fc5e068885a1f0.tar.lz
gsoc2013-empathy-f75ecac41ace8d80c9253e3f16fc5e068885a1f0.tar.xz
gsoc2013-empathy-f75ecac41ace8d80c9253e3f16fc5e068885a1f0.tar.zst
gsoc2013-empathy-f75ecac41ace8d80c9253e3f16fc5e068885a1f0.zip
invite-participant-dialog: filter contacts by account
We can't invite contacts from other accounts so we shouldn't display them (#612718).
Diffstat (limited to 'src/empathy-invite-participant-dialog.h')
-rw-r--r--src/empathy-invite-participant-dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-invite-participant-dialog.h b/src/empathy-invite-participant-dialog.h
index 561e10738..daacf5192 100644
--- a/src/empathy-invite-participant-dialog.h
+++ b/src/empathy-invite-participant-dialog.h
@@ -39,7 +39,8 @@ struct _EmpathyInviteParticipantDialogClass
};
GType empathy_invite_participant_dialog_get_type (void);
-GtkWidget *empathy_invite_participant_dialog_new (GtkWindow *parent);
+GtkWidget *empathy_invite_participant_dialog_new (GtkWindow *parent,
+ TpAccount *account);
G_END_DECLS