[Bug 56438] noatun should not exit if one clicks the cross

zander at kde.org zander at kde.org
Tue Jan 6 12:38:58 GMT 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=56438     
zander at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zander at kde.org



------- Additional Comments From zander at kde.org  2004-01-06 13:38 -------
> Don't mess with the systray in a kde application which has more than one KMainWindow, it'll break ya neck :P 

What kind of problems are we talking about here, since currently the behavior is not uniform. So whatever the resolution, it should be done KDE wide.

IMO its not that hard; 
if(openPlugins > 0) 
	allPlugins=getOpenPluginsList
	hideAllPlugins
else
	foreach plugin in allPlugins
		showPlugin


Naturally this all becomes really easy if a mainwindow can have a parent window (invisible naturally) which can be iconified; taking all child windows with it.



More information about the kde-multimedia mailing list