diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-skype.c | 5 | ||||
-rw-r--r-- | libempathy-gtk/empathy-account-widget-skype.ui | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-account-widget-skype.c b/libempathy-gtk/empathy-account-widget-skype.c index d51cc09a7..44189d8c5 100644 --- a/libempathy-gtk/empathy-account-widget-skype.c +++ b/libempathy-gtk/empathy-account-widget-skype.c @@ -483,7 +483,7 @@ account_widget_build_skype_get_privacy_settings_cb (TpProxy *cm, static const char *widgets[] = { "allow-text-chats-from", "allow-skype-calls-from", - "allow-outside-calls-from", + "allow-video-from", "show-my-avatar-to", "show-my-web-status", "show-i-have-video-to" @@ -680,9 +680,8 @@ account_widget_skype_privacy_settings (GtkWidget *button, EMP_PRIVACY_SETTING_CONTACTS, -1); account_widget_build_skype_setup_combo (self, gui, - "allow-outside-calls-from", "AllowOutsideCallsFrom", + "allow-video-from", "AllowVideoFrom", EMP_PRIVACY_SETTING_ANYONE, - EMP_PRIVACY_SETTING_KNOWN_NUMBERS, EMP_PRIVACY_SETTING_CONTACTS, -1); account_widget_build_skype_setup_combo (self, gui, diff --git a/libempathy-gtk/empathy-account-widget-skype.ui b/libempathy-gtk/empathy-account-widget-skype.ui index 5d54ab6ba..4d68e1aeb 100644 --- a/libempathy-gtk/empathy-account-widget-skype.ui +++ b/libempathy-gtk/empathy-account-widget-skype.ui @@ -175,9 +175,9 @@ Get one at <a href="http://www.skype.com/go/register">Skype.com</a>< <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Allow _outside calls from:</property> + <property name="label" translatable="yes">Allow video _from:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">allow-outside-calls-from</property> + <property name="mnemonic_widget">allow-video-from</property> </object> <packing> <property name="top_attach">2</property> @@ -234,8 +234,9 @@ Get one at <a href="http://www.skype.com/go/register">Skype.com</a>< </packing> </child> <child> - <object class="GtkComboBox" id="allow-outside-calls-from"> + <object class="GtkComboBox" id="allow-video-from"> <property name="visible">True</property> + <property name="sensitive">False</property> <child> <object class="GtkCellRendererText" id="cellrenderertext4"/> <attributes> |