SVN commit 1006771 by gkiagia: Disable session management for kcall_handler and kcall_approver. We don't want them to be restored by the session manager for any reason. They should be auto-launched when needed. M +1 -0 kcall_approver/main.cpp M +1 -0 kcall_handler/main.cpp --- trunk/playground/network/kcall/kcall_approver/main.cpp #1006770:1006771 @@ -41,6 +41,7 @@ } KUniqueApplication app; + app.disableSessionManagement(); Tp::registerTypes(); Tp::enableDebug(true); --- trunk/playground/network/kcall/kcall_handler/main.cpp #1006770:1006771 @@ -41,6 +41,7 @@ } KUniqueApplication app; + app.disableSessionManagement(); Tp::registerTypes(); Tp::enableDebug(true);