Skip to content

Hide tray icon in destructor, as deleting will let it linger until quit (on ubuntu)#867

Merged
laanwj merged 1 commit intobitcoin:masterfrom
laanwj:2012_02_hidetrayicononquit
Feb 19, 2012
Merged

Hide tray icon in destructor, as deleting will let it linger until quit (on ubuntu)#867
laanwj merged 1 commit intobitcoin:masterfrom
laanwj:2012_02_hidetrayicononquit

Conversation

@laanwj
Copy link
Copy Markdown
Member

@laanwj laanwj commented Feb 19, 2012

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.

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)
@laanwj laanwj merged commit 8a949dd into bitcoin:master Feb 19, 2012
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)
@laanwj laanwj deleted the 2012_02_hidetrayicononquit branch April 9, 2014 14:13
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
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant