diff options
Diffstat (limited to 'tdecore/knotifyclient.cpp')
-rw-r--r-- | tdecore/knotifyclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/knotifyclient.cpp b/tdecore/knotifyclient.cpp index 185639f11..e146fec85 100644 --- a/tdecore/knotifyclient.cpp +++ b/tdecore/knotifyclient.cpp @@ -38,7 +38,7 @@ static bool canAvoidStartupEvent( const TQString& event, const TQString& appname static bool checkAvoid = true; if( !checkAvoid ) return false; - if(( appname != "kwin" && appname != "ksmserver" ) || present > 0 ) { + if(( appname != "twin" && appname != "ksmserver" ) || present > 0 ) { checkAvoid = false; return false; } |