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
This commit is contained in:
Luboš Luňák 2004-05-31 16:18:34 +00:00
parent 0131463258
commit f94533b394

View file

@ -100,6 +100,9 @@ Application::Application( )
} }
connect( &owner, SIGNAL( lostOwnership()), SLOT( lostSelection())); 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.... initting = TRUE; // startup....
// install X11 error handler // install X11 error handler