Mathias Jeppsson 8534a8e438 Crash when powering off.
Fixing a race condition. If "confirm" is true and the shutdown
dialog is shown it may take some time before the user presses the
ok button. During this time a new call to shutdown may be made with
confirm=false. When this happens the shutdown thread is started by
the second call, and later when the users presses the ok button. This
results in ShutdownThread.beginShutdownSequence() being called
twice. I.e., the beginShutdownSequence lacks the proper protection
for this error case.

Change-Id: Ib9b01c5a43f4dc23de09057f3fc1507000317faf
2010-08-17 13:33:09 +02:00
2010-06-18 12:44:20 -07:00
2010-08-17 13:33:09 +02:00
2010-06-07 16:37:22 -07:00
2010-07-29 17:35:37 -07:00
2010-07-29 17:35:37 -07:00
2010-05-10 13:48:37 -07:00
2010-07-29 17:35:37 -07:00
2010-03-16 09:59:06 -07:00
2010-08-11 09:08:51 -07:00
2010-03-29 18:12:24 -07:00
2010-04-01 12:05:26 -07:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%