aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-skype.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-skype.c')
-rw-r--r--libempathy-gtk/empathy-account-widget-skype.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-skype.c b/libempathy-gtk/empathy-account-widget-skype.c
index b5d9a4d65..e8f84be15 100644
--- a/libempathy-gtk/empathy-account-widget-skype.c
+++ b/libempathy-gtk/empathy-account-widget-skype.c
@@ -176,7 +176,8 @@ account_widget_build_skype_get_privacy_settings_cb (TpProxy *cm,
"allow-skype-calls-from",
"allow-outside-calls-from",
"show-my-avatar-to",
- "show-my-web-status"
+ "show-my-web-status",
+ "show-i-have-video-to"
};
if (in_error != NULL)
@@ -376,6 +377,12 @@ account_widget_skype_privacy_settings (GtkWidget *button,
EMP_PRIVACY_SETTING_CONTACTS,
-1);
account_widget_build_skype_setup_combo (self, gui,
+ "show-i-have-video-to", "ShowIHaveVideoTo",
+ EMP_PRIVACY_SETTING_ANYONE,
+ EMP_PRIVACY_SETTING_CONTACTS,
+ EMP_PRIVACY_SETTING_NOBODY,
+ -1);
+ account_widget_build_skype_setup_combo (self, gui,
"show-my-avatar-to", "ShowMyAvatarTo",
EMP_PRIVACY_SETTING_ANYONE,
EMP_PRIVACY_SETTING_CONTACTS,