Increased timeout to 2 seconds before firing the alert - 1 second wasn't long enough to get through shutdown without complaining about the Deskbar
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19599 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
220b9e4b05
commit
9710088cc3
@ -22,8 +22,8 @@ enum {
|
||||
M_RELAUNCH_MIDI
|
||||
};
|
||||
|
||||
// Time delay in microseconds - 1 seconds
|
||||
const bigtime_t kRelaunchDelay = 1000000;
|
||||
// Time delay in microseconds - 2 seconds
|
||||
const bigtime_t kRelaunchDelay = 2000000;
|
||||
|
||||
const char *gSignatures[] = {
|
||||
"application/x-vnd.Be-TSKB",
|
||||
|
Loading…
Reference in New Issue
Block a user