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:
@@ -22,8 +22,8 @@ enum {
|
|||||||
M_RELAUNCH_MIDI
|
M_RELAUNCH_MIDI
|
||||||
};
|
};
|
||||||
|
|
||||||
// Time delay in microseconds - 1 seconds
|
// Time delay in microseconds - 2 seconds
|
||||||
const bigtime_t kRelaunchDelay = 1000000;
|
const bigtime_t kRelaunchDelay = 2000000;
|
||||||
|
|
||||||
const char *gSignatures[] = {
|
const char *gSignatures[] = {
|
||||||
"application/x-vnd.Be-TSKB",
|
"application/x-vnd.Be-TSKB",
|
||||||
|
|||||||
Reference in New Issue
Block a user