diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 19:32:36 +0000 |
commit | 7710b55bc3f0d213f6344fa1a608919c44a344b5 (patch) | |
tree | 55eace3b8e7907f8b07ed3c7b0695add019fe3b0 /x11/kde4-runtime/files/patch-kdm_backend-xdmcp.c | |
parent | - Update to 2.0.11 (diff) |
Update to KDE 3.5.0
Notes
Notes:
svn path=/head/; revision=153084
Diffstat (limited to 'x11/kde4-runtime/files/patch-kdm_backend-xdmcp.c')
-rw-r--r-- | x11/kde4-runtime/files/patch-kdm_backend-xdmcp.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/kde4-runtime/files/patch-kdm_backend-xdmcp.c b/x11/kde4-runtime/files/patch-kdm_backend-xdmcp.c deleted file mode 100644 index 79e18a4ea648..000000000000 --- a/x11/kde4-runtime/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(); - } - } |