Let's see how it works with 2 seconds

This commit is contained in:
Berke Viktor 2012-10-28 03:13:07 +01:00
parent 4880b2977a
commit df635db882
1 changed files with 2 additions and 2 deletions

View File

@ -376,10 +376,10 @@ fe_main (void)
{
gtk_main ();
/* sleep for 3 seconds so any QUIT messages are not lost. The */
/* sleep for 2 seconds so any QUIT messages are not lost. The */
/* GUI is closed at this point, so the user doesn't even know! */
if (prefs.wait_on_exit)
sleep (3);
sleep (2);
}
void