[Bug 75110] splash screen is kept on top during desktop changes

Jens Dagerbo jens.dagerbo at swipnet.se
Sat Feb 21 05:34:06 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=75110      
jens.dagerbo swipnet se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jens.dagerbo swipnet se  2004-02-21 05:33 -------
CVS commit by dagerbo: 

Don't show splashscreen on all desktops.
(Yes, instead we get a shortlived entry in the 
taskbar for the splash. Preferable, IMHO.)

CCMAIL: 75110-done bugs kde org


  M +1 -1      splashscreen.cpp   1.18


--- kdevelop/src/splashscreen.cpp  #1.17:1.18
 @ -21,5 +21,5  @ SplashScreen::SplashScreen()
 {
   m_splash = new QWidget( 0,
-    "splash", WStyle_NoBorder | WStyle_Customize | WStyle_StaysOnTop | WX11BypassWM );
+    "splash", WStyle_NoBorder | WStyle_Customize | WStyle_StaysOnTop /*| WX11BypassWM */);
 
   m_splash->installEventFilter( this );




More information about the KDevelop-devel mailing list