diff options
author | Nick White <git@njw.me.uk> | 2011-09-08 00:52:41 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-08 00:52:41 +0100 |
commit | e3a8b3b59d5a9c64eb141ae02a67e5cd92ffe402 (patch) | |
tree | d246c49facfc11f3dc3ceb921ad11b5516709b0a /getxbookgui | |
parent | 2b57396a362a70d7a1cae36a246e682181b5f023 (diff) |
Only show existing tools in GUI, improve webpage & readme
Diffstat (limited to 'getxbookgui')
-rwxr-xr-x | getxbookgui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getxbookgui b/getxbookgui index 08d3f04..e476ca0 100755 --- a/getxbookgui +++ b/getxbookgui @@ -2,7 +2,7 @@ # See COPYING file for copyright and license details. package require Tk -set bin [list getgbook getabook] +set bin [list getgbook] proc go {} { set cmd "[.bin get [.bin curselection]] [.id get]" |