[gnome-control-center] privacy: Rename the show-full-name screensaver settings too



commit f549fc250142081d476577576462e6209a0f3eba
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 15 09:45:23 2013 +0100

    privacy: Rename the show-full-name screensaver settings too
    
    As the name was changed to match that of the unlocked shell case.

 panels/privacy/cc-privacy-panel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/privacy/cc-privacy-panel.c b/panels/privacy/cc-privacy-panel.c
index 1ab9e90..6af3dae 100644
--- a/panels/privacy/cc-privacy-panel.c
+++ b/panels/privacy/cc-privacy-panel.c
@@ -313,7 +313,7 @@ stealth_mode_changed (GSettings   *settings,
 
   if (stealth_mode)
     {
-      g_settings_set_boolean (self->priv->lock_settings, "show-full-name", FALSE);
+      g_settings_set_boolean (self->priv->lock_settings, "show-full-name-in-top-bar", FALSE);
       g_settings_set_boolean (self->priv->privacy_settings, "show-full-name-in-top-bar", FALSE);
     }
 
@@ -354,7 +354,7 @@ add_name_visibility (CcPrivacyPanel *self)
                    G_SETTINGS_BIND_DEFAULT);
 
   w = GTK_WIDGET (gtk_builder_get_object (self->priv->builder, "full_name_lock_screen"));
-  g_settings_bind (self->priv->lock_settings, "show-full-name",
+  g_settings_bind (self->priv->lock_settings, "show-full-name-in-top-bar",
                    w, "active",
                    G_SETTINGS_BIND_DEFAULT);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]