summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-worker-job.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@src.gnome.org>2007-07-11 01:19:08 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2007-07-11 01:19:08 +0000
commit5dbf8fe6464cdda8559c7b262bd04f833455218d (patch)
treecff92c7b5962892534b60f49a2491719ef383e5f /daemon/gdm-session-worker-job.c
parent879b311d00dfc790b259aca50f0999c211d7aa03 (diff)
downloadgdm-5dbf8fe6464cdda8559c7b262bd04f833455218d.tar.gz
Fix signal handling and refcounting so all slaves and servers exit on signal.:wq
svn path=/branches/mccann-gobject/; revision=5054
Diffstat (limited to 'daemon/gdm-session-worker-job.c')
-rw-r--r--daemon/gdm-session-worker-job.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/gdm-session-worker-job.c b/daemon/gdm-session-worker-job.c
index be3c9d2c..1059d84f 100644
--- a/daemon/gdm-session-worker-job.c
+++ b/daemon/gdm-session-worker-job.c
@@ -436,7 +436,8 @@ gdm_session_worker_job_class_init (GdmSessionWorkerJobClass *klass)
g_cclosure_marshal_VOID__INT,
G_TYPE_NONE,
1,
- G_TYPE_INT);}
+ G_TYPE_INT);
+}
static void
gdm_session_worker_job_init (GdmSessionWorkerJob *session_worker_job)