mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
post response to long-tap on player as a gtk dialog rather than just logging it.
This commit is contained in:
parent
d255231179
commit
622760b71a
1 changed files with 1 additions and 1 deletions
|
@ -2019,7 +2019,7 @@ gtk_util_playerScoreHeld( XW_UtilCtxt* uc, XP_U16 player )
|
|||
|
||||
if ( model_getPlayersLastScore( globals->cGlobals.game.model,
|
||||
player, scoreExpl, &explLen ) ) {
|
||||
XP_LOGF( "got: %s", scoreExpl );
|
||||
(void)gtkask( globals->window, scoreExpl, GTK_BUTTONS_OK, NULL );
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue