[gdm] Fix X-GDM-BypassXSession to X-GDM-BypassXsession.
- From: Brian Cameron <bcameron src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gdm] Fix X-GDM-BypassXSession to X-GDM-BypassXsession.
- Date: Tue, 24 Nov 2009 07:26:53 +0000 (UTC)
commit 70d5b1054b2a70f122e84ff6981549d4d0caa2ca
Author: Brian Cameron <Brian Cameron sun com>
Date: Tue Nov 24 01:26:34 2009 -0600
Fix X-GDM-BypassXSession to X-GDM-BypassXsession.
daemon/gdm-session-direct.c | 2 +-
daemon/gdm-simple-slave.c | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/daemon/gdm-session-direct.c b/daemon/gdm-session-direct.c
index e758c5d..2d711b1 100644
--- a/daemon/gdm-session-direct.c
+++ b/daemon/gdm-session-direct.c
@@ -2101,7 +2101,7 @@ gdm_session_direct_bypasses_xsession (GdmSessionDirect *session_direct)
if (!res) {
goto out;
} else {
- bypasses_xsession = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, "X-GDM-BypassXSession", &error);
+ bypasses_xsession = g_key_file_get_boolean (key_file, G_KEY_FILE_DESKTOP_GROUP, "X-GDM-BypassXsession", &error);
if (error) {
bypasses_xsession = FALSE;
g_error_free (error);
diff --git a/daemon/gdm-simple-slave.c b/daemon/gdm-simple-slave.c
index 2cbb568..463b2b3 100644
--- a/daemon/gdm-simple-slave.c
+++ b/daemon/gdm-simple-slave.c
@@ -114,8 +114,9 @@ on_session_started (GdmSession *session,
/* FIXME: should we do something here?
* Note that error return status from PreSession script should
- * be ignored in the case of a X-GDM-BypassXSession session, which can be checked
- * by calling: gdm_session_direct_bypasses_xsession (session)
+ * be ignored in the case of a X-GDM-BypassXsession session, which can
+ * be checked by calling:
+ * gdm_session_direct_bypasses_xsession (session)
*/
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]