Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix bug in launcher pkgIndex |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
56bd9458f3b8a78c51acde55245b05a2 |
User & Date: | kevin 2015-07-08 01:22:50 |
Context
2015-07-09
| ||
02:26 | Progress on getting and setting default URL handler in launcher package check-in: 60affce8d9 user: kevin tags: trunk | |
2015-07-08
| ||
01:22 | Fix bug in launcher pkgIndex check-in: 56bd9458f3 user: kevin tags: trunk | |
2015-07-07
| ||
03:03 | Re-work commit check-in: eeea27ce91 user: kevin tags: trunk | |
Changes
Changes to launcher/pkgIndex.tcl.in.
1 2 3 4 5 6 | # # Tcl package index file # package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ " package require Tk 8.5- if {\"AppKit\" ni \[winfo server .\]} {error {TkAqua Cocoa required}} | | | 1 2 3 4 5 6 7 | # # Tcl package index file # package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ " package require Tk 8.5- if {\"AppKit\" ni \[winfo server .\]} {error {TkAqua Cocoa required}} load [list [file join $dir @PKG_LIB_FILE@]] @PACKAGE_NAME@" |