aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-irc-network-chooser-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-irc-network-chooser-dialog.h')
-rw-r--r--libempathy-gtk/empathy-irc-network-chooser-dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-irc-network-chooser-dialog.h b/libempathy-gtk/empathy-irc-network-chooser-dialog.h
index 1c9d3fabd..0d4f24e7f 100644
--- a/libempathy-gtk/empathy-irc-network-chooser-dialog.h
+++ b/libempathy-gtk/empathy-irc-network-chooser-dialog.h
@@ -57,7 +57,8 @@ GType empathy_irc_network_chooser_dialog_get_type (void) G_GNUC_CONST;
GtkWidget * empathy_irc_network_chooser_dialog_new (
EmpathyAccountSettings *settings,
- EmpathyIrcNetwork *network);
+ EmpathyIrcNetwork *network,
+ GtkWindow *parent);
EmpathyIrcNetwork * empathy_irc_network_chooser_dialog_get_network (
EmpathyIrcNetworkChooserDialog *self);