summaryrefslogtreecommitdiff
path: root/daemon/gdm-xdmcp-display.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-02-16 08:52:05 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 17:34:13 -0500
commit804f7786a2ed2800a6c0fb72f4ce69f8e2d91d07 (patch)
treebab39fe0ec2fef7be486f7f804509a38e512058f /daemon/gdm-xdmcp-display.c
parent48f35210656c6f80052dce598d648bd17101a1cc (diff)
downloadgdm-804f7786a2ed2800a6c0fb72f4ce69f8e2d91d07.tar.gz
display: drop base class implementation of manage vfunc
All it does is set the managed state, which the subclasses can do just as easily, so cut out some code. https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'daemon/gdm-xdmcp-display.c')
-rw-r--r--daemon/gdm-xdmcp-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-xdmcp-display.c b/daemon/gdm-xdmcp-display.c
index 7241cafe..be2f0d58 100644
--- a/daemon/gdm-xdmcp-display.c
+++ b/daemon/gdm-xdmcp-display.c
@@ -205,7 +205,7 @@ gdm_xdmcp_display_manage (GdmDisplay *display)
g_timeout_add (500, (GSourceFunc)idle_connect_to_display, self);
- GDM_DISPLAY_CLASS (gdm_xdmcp_display_parent_class)->manage (display);
+ g_object_set (G_OBJECT (self), "status", GDM_DISPLAY_MANAGED, NULL);
}
static void