summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorRay Strode <halfline@hawaii.rr.com>2004-01-01 11:24:44 +0000
committerRay Strode <halfline@src.gnome.org>2004-01-01 11:24:44 +0000
commit094c560cbf3940a6ba80a8549a655279a3bef17a (patch)
treeb7a6093ce06db25f075ecf8684c937a888444e97 /daemon
parent62d4aace14478622c77d6ac6711ca2f15671442e (diff)
downloadgdm-094c560cbf3940a6ba80a8549a655279a3bef17a.tar.gz
Fix bug where REBOOT would get written to the socket before the separator
Thu Jan 01 11:24:30 2004 Ray Strode <halfline@hawaii.rr.com> * daemon/gdm.c (handle_user_message): Fix bug where REBOOT would get written to the socket before the separator when user queries available logout actions.
Diffstat (limited to 'daemon')
-rw-r--r--daemon/gdm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gdm.c b/daemon/gdm.c
index bee7b5f7..d9242a0b 100644
--- a/daemon/gdm.c
+++ b/daemon/gdm.c
@@ -3609,7 +3609,6 @@ gdm_handle_user_message (GdmConnection *conn, const char *msg, gpointer data)
if (GdmSystemMenu &&
disp->console &&
! ve_string_empty (GdmRebootReal)) {
- gdm_connection_write (conn, GDM_SUP_LOGOUT_ACTION_REBOOT);
gdm_connection_printf (conn, "%s%s",
sep,
GDM_SUP_LOGOUT_ACTION_REBOOT);