summaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace/files/patch-kdm_backend-xdmcp.c
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-01-08 19:32:36 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-01-08 19:32:36 +0000
commit7710b55bc3f0d213f6344fa1a608919c44a344b5 (patch)
tree55eace3b8e7907f8b07ed3c7b0695add019fe3b0 /x11/kdebase4-workspace/files/patch-kdm_backend-xdmcp.c
parent- Update to 2.0.11 (diff)
Update to KDE 3.5.0
Diffstat (limited to 'x11/kdebase4-workspace/files/patch-kdm_backend-xdmcp.c')
-rw-r--r--x11/kdebase4-workspace/files/patch-kdm_backend-xdmcp.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/kdebase4-workspace/files/patch-kdm_backend-xdmcp.c b/x11/kdebase4-workspace/files/patch-kdm_backend-xdmcp.c
deleted file mode 100644
index 79e18a4ea648..000000000000
--- a/x11/kdebase4-workspace/files/patch-kdm_backend-xdmcp.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- kdm/backend/xdmcp.c 2005/05/04 06:07:06 409205
-+++ kdm/backend/xdmcp.c 2005/10/15 09:04:13 470797
-@@ -940,7 +940,12 @@
- }
- DisposeProtoDisplay( pdpy );
- Debug( "starting display %s,%s\n", d->name, d->class2 );
-- StartDisplay( d );
-+ if (LoadDisplayResources( d ) < 0) {
-+ LogError( "Unable to read configuration for display %s; "
-+ "stopping it.\n", d->name );
-+ StopDisplay( d );
-+ } else
-+ StartDisplay( d );
- CloseGetter();
- }
- }