CVSROOT: /var/cvs/freesci
Module name: freesci
Tesing username:
Changes by: freesci 02/01/13 21:50:37
Modified files:
. : ChangeLog
src/engine : kgraphics.c
src/scicore : console.c
src/tools : scidisasm.c
Log message:
* src/scicore/console.c (open_console_file): Now screams if the
open fails.
* src/tools/scidisasm.c: Fixed a segfault
* src/engine/kgraphics.c (_k_prepare_view_list): Made sure that
the priority is only recalculated when we have to.(a)
(a) fixes bug #214. When processing an AddToPic(), only recalculate
the priority if the selector value is -1. We used to also recalculate
it if it was 0.
Lars