]> git.saurik.com Git - wxWidgets.git/commit
Use a single taskbar icon for all notifications in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2012 16:02:04 +0000 (16:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2012 16:02:04 +0000 (16:02 +0000)
commit3b4b952d42608ff90b03c85f961ba10b93bde916
tree7dad439e96c9a56e58580efed0e6b819a105d679
parent0a890608f192fa31ed6e229426e80a0a57506705
Use a single taskbar icon for all notifications in wxMSW.

Allocating a new icon for every notification could result in showing many
identical icons in the taskbar notification area if several notification
messages were generated which looked like a bug to the user. It was also
inconsistent with the behaviour in the case when UseTaskBarIcon() was called.

Always behave as in the latter case now, i.e. any subsequent notification
replaces the previous one instead of being shown in addition to it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/notifmsg.cpp