diff options
Diffstat (limited to 'libempathy-gtk/empathy-protocol-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-protocol-chooser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-protocol-chooser.h b/libempathy-gtk/empathy-protocol-chooser.h index 088d1b664..b4ffeb33c 100644 --- a/libempathy-gtk/empathy-protocol-chooser.h +++ b/libempathy-gtk/empathy-protocol-chooser.h @@ -68,7 +68,8 @@ GtkWidget * empathy_protocol_chooser_new (void); TpConnectionManager *empathy_protocol_chooser_dup_selected ( EmpathyProtocolChooser *protocol_chooser, TpConnectionManagerProtocol **protocol, - gboolean *is_gtalk); + gboolean *is_gtalk, + gboolean *is_facebook); void empathy_protocol_chooser_set_visible ( EmpathyProtocolChooser *protocol_chooser, |