[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/attrview AttributeView.java,1.22,1.23
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-01-16 09:01:30
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7014/src/net/sourceforge/bprocessor/gui/attrview Modified Files: AttributeView.java Log Message: Index: AttributeView.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/AttributeView.java,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** AttributeView.java 15 Jan 2006 14:03:56 -0000 1.22 --- AttributeView.java 16 Jan 2006 09:01:21 -0000 1.23 *************** *** 280,284 **** displaySurface((Surface) current); } else { ! log.info("display " + current); } revalidate(); --- 280,286 ---- displaySurface((Surface) current); } else { ! if (current != null) { ! log.info("display " + current); ! } } revalidate(); |