fix session intialization being blocked by gala

This commit is contained in:
Tom Beckmann 2013-11-17 13:37:59 +01:00
parent a5943e5be7
commit 6c6c491103

View File

@ -259,6 +259,9 @@ namespace Gala
#if HAS_MUTTER38
stage.show ();
// let the session manager move to the next phase
Meta.register_with_session ();
return false;
#endif