From 804f7786a2ed2800a6c0fb72f4ce69f8e2d91d07 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 16 Feb 2015 08:52:05 -0500 Subject: 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 --- daemon/gdm-xdmcp-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/gdm-xdmcp-display.c') 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 -- cgit v1.2.1