diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 03:13:07 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 03:13:07 +0100 |
commit | df635db882dd931be20558e8dec5cbc096f7f512 (patch) | |
tree | c48446283d37eba9a7aca24659bcd9136d6a28e2 | |
parent | 4880b2977aabdf3a52be72be1fff6f3496547c94 (diff) |
Let's see how it works with 2 seconds
-rw-r--r-- | src/fe-gtk/fe-gtk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/fe-gtk.c b/src/fe-gtk/fe-gtk.c index f89bb650..dfabc72e 100644 --- a/src/fe-gtk/fe-gtk.c +++ b/src/fe-gtk/fe-gtk.c @@ -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 |