summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2009-11-09 14:14:51 -0600
committerBrian Cameron <Brian.Cameron@sun.com>2009-11-09 14:14:51 -0600
commitf5b2931ffab26995970ebbbe0af2fafd985753a1 (patch)
tree1325364e70daf55c46a5b3c60f6ad61df948516f /common
parent63ce2462db5d6b1cce8f420046b2bcf079de3f2f (diff)
downloadgdm-f5b2931ffab26995970ebbbe0af2fafd985753a1.tar.gz
Fix GDM debugging so that it works. Now debugging is enabled via the
debug/Enable key in the custom.conf file. See bug #596831.
Diffstat (limited to 'common')
-rw-r--r--common/gdm-settings-keys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gdm-settings-keys.h b/common/gdm-settings-keys.h
index 3b8016e6..e0637f55 100644
--- a/common/gdm-settings-keys.h
+++ b/common/gdm-settings-keys.h
@@ -33,6 +33,8 @@ G_BEGIN_DECLS
#define GDM_KEY_TIMED_LOGIN_USER "daemon/TimedLogin"
#define GDM_KEY_TIMED_LOGIN_DELAY "daemon/TimedLoginDelay"
+#define GDM_KEY_DEBUG "debug/Enable"
+
#define GDM_KEY_DISALLOW_TCP "security/DisallowTCP"
#define GDM_KEY_XDMCP_ENABLE "xdmcp/Enable"