[gnome-session] gsm: Fix description of a property



commit b032b2689ee1d55e2c8c856edf0c8490a895adbc
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Feb 2 03:58:41 2011 +0100

    gsm: Fix description of a property

 gnome-session/gsm-shell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gsm-shell.c b/gnome-session/gsm-shell.c
index ec5f8eb..922bf57 100644
--- a/gnome-session/gsm-shell.c
+++ b/gnome-session/gsm-shell.c
@@ -128,7 +128,7 @@ gsm_shell_class_init (GsmShellClass *shell_class)
 
         param_spec = g_param_spec_boolean ("is-running",
                                            "Is running",
-                                           "Whether the session is running to ConsoleKit",
+                                           "Whether GNOME Shell is running in the session",
                                            FALSE,
                                            G_PARAM_READABLE);
 



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