Hide tray icon in destructor, as deleting will let it linger until quit (on ubuntu)#867
Merged
laanwj merged 1 commit intobitcoin:masterfrom Feb 19, 2012
Merged
Conversation
laanwj
added a commit
that referenced
this pull request
Feb 19, 2012
Hide tray icon in destructor, as deleting will let it linger until quit (on ubuntu)
coblee
referenced
this pull request
in litecoin-project/litecoin
Jul 17, 2012
Hide tray icon in destructor, as deleting will let it linger until quit (on ubuntu)
destenson
pushed a commit
to destenson/bitcoin--bitcoin
that referenced
this pull request
Jun 26, 2016
…vateSend UI 953d9fb Implement an option to enable/disable advanced PrivateSend UI, more DS->PS in overview tab code
ptschip
pushed a commit
to ptschip/bitcoin
that referenced
this pull request
Jan 1, 2018
* port from giga_perf: add thread synchronization primitives CSharedCriticalSection and CThreadCorral necessary to multithread transaction validation * I need to sleep to give threads a chance to run. I can't use thread sync mechanisms because this is testing those mechanisms. So increase sleep times so things work on underpowered VPSes running wine * fix issue in test where thread of one level is blocked from running due to the existence of a thread waiting at a higher level * add UNIQUIFY to LOCK2 so that you can use LOCK2 multiple times within the same scope * fix formatting and clarify CThreadCorral class documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hide tray icon in destructor, as the deletion (which automatically happens as it is a child object of BitcoinGUI) will let it linger until quit, at least on Ubuntu.
This is annoying as the icon and menu will still be there for a few seconds (ignoring command), so that it seems the quit did not work properly.