From e1279c6cf843c876b53012e12d5e9a826a472d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Fri, 11 Feb 2005 16:07:50 +0000 Subject: [PATCH] ignore display setting in ~/.xcompmgrrc - may cause problems if set and the user starts another session on another display svn path=/trunk/kdebase/kwin/; revision=388385 --- kompmgr/kompmgr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kompmgr/kompmgr.c b/kompmgr/kompmgr.c index a2c7b8e3d0..029c95917a 100644 --- a/kompmgr/kompmgr.c +++ b/kompmgr/kompmgr.c @@ -2266,6 +2266,7 @@ setValue(Option option, char *value ){ } break; case Display_: + break; display = strdup(value); break; case DisableARGB: