aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-account-widget-private.h4
-rw-r--r--libempathy-gtk/empathy-account-widget.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-private.h b/libempathy-gtk/empathy-account-widget-private.h
index b7ebe2be1..c5c1c1a7c 100644
--- a/libempathy-gtk/empathy-account-widget-private.h
+++ b/libempathy-gtk/empathy-account-widget-private.h
@@ -42,6 +42,10 @@ void empathy_account_widget_handle_params (EmpathyAccountWidget *self,
const gchar *first_widget,
...);
+void account_widget_setup_widget (EmpathyAccountWidget *self,
+ GtkWidget *widget,
+ const gchar *param_name);
+
G_END_DECLS
#endif /* __EMPATHY_ACCOUNT_WIDGET_PRIVATE_H__ */
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 58eb539e2..02d0dc5da 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -296,7 +296,7 @@ account_widget_jabber_ssl_toggled_cb (GtkWidget *checkbutton_ssl,
gtk_spin_button_set_value (GTK_SPIN_BUTTON (priv->spinbutton_port), port);
}
-static void
+void
account_widget_setup_widget (EmpathyAccountWidget *self,
GtkWidget *widget,
const gchar *param_name)