aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy-accounts-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 3d9ebb48b..215102eb1 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -46,6 +46,7 @@
#include <libempathy-gtk/empathy-account-widget.h>
#include <libempathy-gtk/empathy-account-widget-irc.h>
#include <libempathy-gtk/empathy-account-widget-sip.h>
+#include <libempathy-gtk/empathy-account-widget-skype.h>
#include <libempathy-gtk/empathy-cell-renderer-activatable.h>
#include <libempathy-gtk/empathy-images.h>
#include <libempathy-gtk/mx-gtk-light-switch.h>
@@ -770,7 +771,7 @@ accounts_dialog_protocol_changed_cb (GtkWidget *widget,
if (!tp_strdiff (proto->name, "skype"))
{
- if (!account_widget_skype_show_eula (GTK_WINDOW (dialog)))
+ if (!empathy_account_widget_skype_show_eula (GTK_WINDOW (dialog)))
{
gtk_combo_box_set_active (
GTK_COMBO_BOX (priv->combobox_protocol), 0);