diff options
Diffstat (limited to 'src/empathy-invite-participant-dialog.h')
-rw-r--r-- | src/empathy-invite-participant-dialog.h | 3 |
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 |