Disable session management in KWin for the time being

It's broken anyway and causing crashes.
icc-effect-5.14.5
Martin Gräßlin 2013-08-13 10:21:28 +02:00
parent e72c52d075
commit 7c5e970e26
1 changed files with 2 additions and 0 deletions

2
sm.cpp
View File

@ -408,7 +408,9 @@ static void shutdown_cancelled(SmcConn conn_P, SmPointer ptr)
void SessionSaveDoneHelper::saveDone()
{
#if KWIN_QT5_PORTING
Workspace::self()->sessionSaveDone();
#endif
}
SessionSaveDoneHelper::SessionSaveDoneHelper()