Differences From Artifact [a9287541e5]:
- File dashboard-context-menu.scm — part of check-in [b5319490ec] at 2024-02-08 19:47:52 on branch v1.90 — Load db and key _records from commonmod only (user: matt, size: 14269) [annotate] [blame] [check-ins using]
To Artifact [c308418947]:
- File dashboard-context-menu.scm — part of check-in [bbac9c3682] at 2024-02-11 19:49:03 on branch v1.90-proper-interface-lists — convert to use proper interface lists (user: matt, size: 14272) [annotate] [blame] [check-ins using]
︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | - + | (import (prefix iup iup:)) (use canvas-draw) (use srfi-1 posix regex regex-case srfi-69) (use (prefix sqlite3 sqlite3:)) |
︙ |