summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-account-widget-sip.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-08 14:39:41 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:03:05 +0100
commitfa2f3a41fd62737b803b9307b51415aa32dc6715 (patch)
treeb43cb11eb368187ec189a5a59d38ead4db025b33 /tp-account-widgets/tpaw-account-widget-sip.c
parente72ddde10dd32bcad39c604c579faa04c822d2be (diff)
downloadtelepathy-account-widgets-fa2f3a41fd62737b803b9307b51415aa32dc6715.tar.gz
account-settings: move from Empathy to tp-account-widgets
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-account-widget-sip.c')
-rw-r--r--tp-account-widgets/tpaw-account-widget-sip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tp-account-widgets/tpaw-account-widget-sip.c b/tp-account-widgets/tpaw-account-widget-sip.c
index b28b0897..44d5aecf 100644
--- a/tp-account-widgets/tpaw-account-widget-sip.c
+++ b/tp-account-widgets/tpaw-account-widget-sip.c
@@ -89,11 +89,11 @@ checkbutton_tel_toggled (
GtkWidget *checkbox,
TpawAccountWidgetSip *sip_settings)
{
- EmpathyAccountSettings *settings;
+ TpawAccountSettings *settings;
settings = tpaw_account_widget_get_settings (sip_settings->self);
- empathy_account_settings_set_uri_scheme_tel (settings,
+ tpaw_account_settings_set_uri_scheme_tel (settings,
gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (checkbox)));
tpaw_account_widget_changed (sip_settings->self);
@@ -149,7 +149,7 @@ tpaw_account_widget_sip_build (TpawAccountWidget *self,
settings->vbox_settings = vbox_settings;
gtk_toggle_button_set_active (checkbutton_tel,
- empathy_account_settings_has_uri_scheme_tel (
+ tpaw_account_settings_has_uri_scheme_tel (
tpaw_account_widget_get_settings (self)));
tpaw_account_widget_handle_params (self,