[gnome-control-center] notifications: resident-in-lock-screen key got renamed



commit 0f33f414914fe00e2bbdaa2647c9e5ead0ad77c4
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Wed Jan 30 19:34:01 2013 +0100

    notifications: resident-in-lock-screen key got renamed
    
    To details-in-lock-screen, in the gsettings-desktop-schemas master.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692895

 panels/notifications/cc-edit-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/notifications/cc-edit-dialog.c b/panels/notifications/cc-edit-dialog.c
index a057067..99f1983 100644
--- a/panels/notifications/cc-edit-dialog.c
+++ b/panels/notifications/cc-edit-dialog.c
@@ -43,7 +43,7 @@ static struct {
   /* TRANSLATORS: banners here refers to message tray notifications in the middle of the screen */
   { "force-expanded",          NC_("notifications", "Show Details in Banners"),     FALSE },
   { "show-in-lock-screen",     NC_("notifications", "View in Lock Screen"),         FALSE },
-  { "resident-in-lock-screen", NC_("notifications", "Show Details in Lock Screen"), FALSE }
+  { "details-in-lock-screen",  NC_("notifications", "Show Details in Lock Screen"), FALSE }
 };
 
 void



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