[openfirmware] [commit] r2340 - ofw/gui

repository service svn at openfirmware.info
Fri Jul 8 11:38:16 CEST 2011


Author: wmb
Date: Fri Jul  8 11:38:16 2011
New Revision: 2340
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2340

Log:
Fixed bug in ofpong introduced by recent commit.

Modified:
   ofw/gui/ofpong.fth

Modified: ofw/gui/ofpong.fth
==============================================================================
--- ofw/gui/ofpong.fth	Wed Jul  6 22:28:02 2011	(r2339)
+++ ofw/gui/ofpong.fth	Fri Jul  8 11:38:16 2011	(r2340)
@@ -610,7 +610,7 @@
 
   dup updatebats
   dup updateball
-  redraw
+  redraw-table
 
   glastupdate + to glastupdate
 ;



More information about the openfirmware mailing list