summaryrefslogtreecommitdiff
path: root/daemon/gdm.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-08-02 22:43:00 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-08-02 22:43:00 +0000
commitf7bee9ce469cea2527d80e0c30bf5cafd638016b (patch)
tree00918c97847f73d8ab240b3f1586c17f9168cbaf /daemon/gdm.h
parent8fcc2f0c7ebc79561585c4cbbfc13af71785f07d (diff)
downloadgdm-f7bee9ce469cea2527d80e0c30bf5cafd638016b.tar.gz
add config option to not show the Last session item, because it's
2001-08-02 Havoc Pennington <hp@redhat.com> * gui/gdmlogin.c (gdm_login_session_init): add config option to not show the Last session item, because it's confusing to have in addition to Default, and interacts badly with switchdesk and kdm/xdm. Need a better solution, such as a unified session system across kdm/gdm. Lang-setting is screwed up too (e.g. /etc/sysconfig/i18n overrides it, and does not work for non-GNOME sessions).
Diffstat (limited to 'daemon/gdm.h')
-rw-r--r--daemon/gdm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gdm.h b/daemon/gdm.h
index a4c2aeb0..049fc289 100644
--- a/daemon/gdm.h
+++ b/daemon/gdm.h
@@ -203,6 +203,7 @@
#define GDM_KEY_SHOW_GNOME_CHOOSER "greeter/ShowGnomeChooserSession=true"
#define GDM_KEY_SHOW_GNOME_FAILSAFE "greeter/ShowGnomeFailsafeSession=true"
#define GDM_KEY_SHOW_XTERM_FAILSAFE "greeter/ShowXtermFailsafeSession=true"
+#define GDM_KEY_SHOW_LAST_SESSION "greeter/ShowLastSession=true"
#define GDM_SESSION_FAILSAFE_GNOME "GDM_Failsafe.GNOME"
#define GDM_SESSION_FAILSAFE_XTERM "GDM_Failsafe.XTERM"