diff --git a/xwords4/linux/gtkmain.c b/xwords4/linux/gtkmain.c index 2e5efaa03..246e187f0 100644 --- a/xwords4/linux/gtkmain.c +++ b/xwords4/linux/gtkmain.c @@ -1309,7 +1309,7 @@ gtkShowFinalScores( const CommonGlobals* cGlobals ) text = strFromStream( stream ); - (void)gtkask( text, GTK_BUTTONS_OK ); + (void)gtkask_timeout( text, GTK_BUTTONS_OK, 1 ); free( text ); } /* gtkShowFinalScores */