Fix the job list
part of darcs patch Sun Sep 18 12:25:51 EEST 2005 Eric Knauel <knauel@informatik.uni-tuebingen.de>
This commit is contained in:
parent
2973bc8d99
commit
0280658d1c
|
@ -213,9 +213,9 @@
|
|||
"-"))
|
||||
(#f "run status:"
|
||||
,(format-job-run-state job))
|
||||
,(if (job-with-console? job)
|
||||
`(,console-viewer "<View Console>" "")
|
||||
'())))
|
||||
,@(if (job-with-console? job)
|
||||
`((,console-viewer "<View Console>" ""))
|
||||
'())))
|
||||
(- (result-buffer-num-lines buffer) 1)))
|
||||
|
||||
(define (handle-key-press self key control-x-pressed?)
|
||||
|
|
Loading…
Reference in New Issue