Index: apps/plugins/solitaire.c =================================================================== --- apps/plugins/solitaire.c (revision 21272) +++ apps/plugins/solitaire.c (working copy) @@ -1478,6 +1463,7 @@ /* if there aren't any, that means you won :) */ if( biggest_col_length == 0 && rem == NOT_A_CARD ) { + rb->lcd_update(); rb->splash( HZ, "You Won :)" ); return bouncing_cards(); }