With kwin --replace, read config written by previous instance

(with fake session data dumped there should be nothing written to kwinrc
by kwin itself though).

svn path=/trunk/kdebase/kwin/; revision=316458
icc-effect-5.14.5
Luboš Luňák 2004-05-31 16:18:34 +00:00
parent 0131463258
commit f94533b394
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ Application::Application( )
::exit(1);
}
connect( &owner, SIGNAL( lostOwnership()), SLOT( lostSelection()));
// if there was already kwin running, it saved its configuration after loosing the selection -> reread
config()->reparseConfiguration();
initting = TRUE; // startup....