sleep a bit longer before exiting when acting as proxy to the unity dash

This commit is contained in:
Jean-Francois Dockes 2013-02-27 14:32:22 +01:00
parent 3abfd00635
commit 0581961c37

View File

@ -451,7 +451,7 @@ void RclMain::viewUrl()
// prevent the temp file deletion completely, leaving it
// around forever. Better to let the user save a copy if he
// wants I think.
sleep(10);
sleep(30);
fileExit();
}
}