summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-02-03 17:13:51 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 17:34:12 -0500
commitca5fccc2217644ab5c4c5e8de7fa2fc8b627f63a (patch)
treea6b570a88c104a8b8a3e3970ab2ec1eee35e0738 /daemon/gdm-display.c
parent8b2ac7e7ac11165187c8314f8c20efec18305863 (diff)
downloadgdm-ca5fccc2217644ab5c4c5e8de7fa2fc8b627f63a.tar.gz
display: get rid of more simple slave code.
This commit moves GdmServer to GdmLocalDisplay, and XDMCP connection retries to GdmXdmcpDisplay. https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'daemon/gdm-display.c')
-rw-r--r--daemon/gdm-display.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/daemon/gdm-display.c b/daemon/gdm-display.c
index f8674c4a..caec1c06 100644
--- a/daemon/gdm-display.c
+++ b/daemon/gdm-display.c
@@ -933,12 +933,6 @@ _gdm_display_set_launch_environment (GdmDisplay *self,
g_clear_object (&self->priv->launch_environment);
self->priv->launch_environment = g_object_ref (launch_environment);
-
- g_object_bind_property (launch_environment,
- "session-id",
- self,
- "session-id",
- G_BINDING_SYNC_CREATE);
}
static void
@@ -1584,8 +1578,7 @@ on_launch_environment_session_opened (GdmLaunchEnvironment *launch_environment,
g_debug ("GdmDisplay: Greeter session opened");
session_id = gdm_launch_environment_get_session_id (launch_environment);
-
- g_object_set (GDM_SLAVE (self), "session-id", session_id, NULL);
+ _gdm_display_set_session_id (self, session_id);
g_free (session_id);
}