post response to long-tap on player as a gtk dialog rather than just logging it.

This commit is contained in:
Eric House 2014-08-25 07:52:18 -07:00
parent d255231179
commit 622760b71a

View file

@ -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