summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/splash/splash.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index d0378ad58454..a37ba75366ab 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -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() )
{