Differences From Artifact [8bde9de63a]:
- File dashboard.scm — part of check-in [4ba94f5735] at 2014-07-22 12:06:10 on branch v1.55 — Fixed dashboard crash on sort choices (user: mrwellan, size: 58257) [annotate] [blame] [check-ins using]
To Artifact [0b0b326b4f]:
- File dashboard.scm — part of check-in [c12c6d9114] at 2014-07-30 11:56:17 on branch v1.55 — Found never-end bug in runs.scm where run-wait logic was at the wrong level (user: mrwellan, size: 58245) [annotate] [blame] [check-ins using]
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - | (import (prefix iup iup:)) (use canvas-draw) (import canvas-draw-iup) (use sqlite3 srfi-1 posix regex regex-case srfi-69) (import (prefix sqlite3 sqlite3:)) |
︙ |