Fix Kate MDI activation

This partially resolves Bug 692
pull/2/head
Timothy Pearson 11 years ago
parent b545fc38ff
commit 99fec1f0d0

@ -231,7 +231,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv )
else else
wRef.call("restore"); wRef.call("restore");
} }
wRef.call( "raise" ); wRef.call( "setActiveWindowFocused" );
// stop startup notification // stop startup notification
TDEStartupInfo::appStarted( ); TDEStartupInfo::appStarted( );

Loading…
Cancel
Save