From 03fb46a62ffebee924f1c610bfab31458df920de Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 16 Nov 2009 15:56:22 +0000 Subject: empathy-account-widget: export account_widget_setup_widget This function can be useful if a account widget wants to map a widget not created in the GtkBuilder file. --- libempathy-gtk/empathy-account-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-account-widget.c') 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) -- cgit v1.2.3