sleep a bit longer before exiting when acting as proxy to the unity dash
This commit is contained in:
parent
3abfd00635
commit
0581961c37
@ -451,7 +451,7 @@ void RclMain::viewUrl()
|
|||||||
// prevent the temp file deletion completely, leaving it
|
// prevent the temp file deletion completely, leaving it
|
||||||
// around forever. Better to let the user save a copy if he
|
// around forever. Better to let the user save a copy if he
|
||||||
// wants I think.
|
// wants I think.
|
||||||
sleep(10);
|
sleep(30);
|
||||||
fileExit();
|
fileExit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user