Kaydet (Commit) 7bf9ab8e authored tarafından Caolán McNamara's avatar Caolán McNamara

surely we only care if *our* window is shown here

Change-Id: Ia5bca11c0c24ed7ca301dbe15eca3dc684153ea8
üst 4d8cccbd
......@@ -368,7 +368,7 @@ void SplashScreen::updateStatus()
// internal private methods
IMPL_LINK( SplashScreen, AppEventListenerHdl, VclWindowEvent *, inEvent )
{
if ( inEvent != 0 )
if (inEvent != 0 && inEvent->GetWindow() == pWindow)
{
switch ( inEvent->GetId() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment