diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-10 08:53:17 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-10 08:53:17 +0000 |
commit | e346aa1ca87b92ea2ca4f88feeec0b78b5c96925 (patch) | |
tree | f17b3daeb0342dae3557c00c73656347258fa699 /app-text | |
parent | Updated HOMEPAGE and SRC_URI. (Manifest recommit) (diff) | |
download | gentoo-2-e346aa1ca87b92ea2ca4f88feeec0b78b5c96925.tar.gz gentoo-2-e346aa1ca87b92ea2ca4f88feeec0b78b5c96925.tar.bz2 gentoo-2-e346aa1ca87b92ea2ca4f88feeec0b78b5c96925.zip |
Added missing patch. This closes bug #63483.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/tetex/files/tetex-texdoctk-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/tetex/files/tetex-texdoctk-gentoo.patch b/app-text/tetex/files/tetex-texdoctk-gentoo.patch new file mode 100644 index 000000000000..5d7debd05d78 --- /dev/null +++ b/app-text/tetex/files/tetex-texdoctk-gentoo.patch @@ -0,0 +1,11 @@ +--- texk/tetex/texdoctk.orig 2004-05-21 08:16:29.000000000 +0900 ++++ texk/tetex/texdoctk 2004-09-09 04:14:46.000000000 +0900 +@@ -316,7 +316,7 @@ + -fill=>'x', + -side=>'right'); + # handle selection; only one selection possible +- $tplist->bind('<Button-1>'=>sub{my $slctind=$tplist->curselection(); ++ $tplist->bind('<Button-1>'=>sub{my $slctind=$tplist->index($tplist->curselection()); + $dspselect=$lbitems[$slctind]; + $docselect=$lbdocs[$slctind];}); + # key bindings |