diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-29 07:40:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-29 07:40:36 +0000 |
commit | 8f312d7ab7cfc0ee19b12c6b0f67a5e29e81e3bc (patch) | |
tree | 295af6af519e9b14b5f2f02c176cbea50f4b4f8e /games-mud/tkmoo/files | |
parent | Added /etc/conf.d script for passing additional options. (Manifest recommit) (diff) | |
download | gentoo-2-8f312d7ab7cfc0ee19b12c6b0f67a5e29e81e3bc.tar.gz gentoo-2-8f312d7ab7cfc0ee19b12c6b0f67a5e29e81e3bc.tar.bz2 gentoo-2-8f312d7ab7cfc0ee19b12c6b0f67a5e29e81e3bc.zip |
add workaround patch for keys - patch from Luke-Jr via bug #74140
Diffstat (limited to 'games-mud/tkmoo/files')
-rw-r--r-- | games-mud/tkmoo/files/0.3.32-keys-workaround.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games-mud/tkmoo/files/0.3.32-keys-workaround.patch b/games-mud/tkmoo/files/0.3.32-keys-workaround.patch new file mode 100644 index 000000000000..d70e017f09e4 --- /dev/null +++ b/games-mud/tkmoo/files/0.3.32-keys-workaround.patch @@ -0,0 +1,13 @@ +--- source.tcl.orig 2004-12-28 23:36:47.000000000 -0800 ++++ source.tcl 2004-12-28 23:37:09.000000000 -0800 +@@ -51,6 +51,10 @@ + # + # + ++tk::unsupported::ExposePrivateCommand tkTextSetCursor ++tk::unsupported::ExposePrivateCommand tkTextScrollPages ++tk::unsupported::ExposePrivateCommand tkTextInsert ++ + proc db.set { id field val args } { + global db + if { $args == {} } { |