[gdm/gnome-2-32] Remove old location of call to PostSession. (cherry picked from commit 3b8f927bd99a6348e934a3dbe4451
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/gnome-2-32] Remove old location of call to PostSession. (cherry picked from commit 3b8f927bd99a6348e934a3dbe4451
- Date: Fri, 17 Dec 2010 23:35:58 +0000 (UTC)
commit 1cfeee47d97d05d0988613d9757813726b139f1a
Author: Brian Cameron <Brian Cameron sun com>
Date: Fri Dec 17 16:51:32 2010 -0600
Remove old location of call to PostSession.
(cherry picked from commit 3b8f927bd99a6348e934a3dbe4451c39bf5b3072)
daemon/gdm-simple-slave.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/daemon/gdm-simple-slave.c b/daemon/gdm-simple-slave.c
index 4924947..e3cb96d 100644
--- a/daemon/gdm-simple-slave.c
+++ b/daemon/gdm-simple-slave.c
@@ -205,17 +205,7 @@ on_session_exited (GdmSession *session,
int exit_code,
GdmSimpleSlave *slave)
{
- char *username;
-
g_debug ("GdmSimpleSlave: session exited with code %d\n", exit_code);
-
- /* Run the PostSession script. gdmslave suspends until script has terminated */
- username = gdm_session_direct_get_username (slave->priv->session);
- if (username != NULL) {
- gdm_slave_run_script (GDM_SLAVE (slave), GDMCONFDIR "/PostSession", username);
- }
- g_free (username);
-
gdm_slave_stopped (GDM_SLAVE (slave));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]