Overview
Artifact ID: | d2bf4a33637206f00beff2305f021b3677af2c9c01bee87d2eee1e0125ae0ca0 |
---|---|
Ticket: | c1054975019dbfd6d5d3aadb6584a207bc860808
BWman |
User & Date: | lindblad 2025-06-18 20:31:10 |
Changes
- assignee changed to: "nobody"
- closer changed to: "nobody"
- cmimetype changed to: "text/plain"
- comment changed to:
It seems oehhar that the GitHub mirror is not being updated. https://github.com/tcltk/bwidget Perhaps cached rather than catched was the intention here. $ sed -n '92p' bwidget/BWman/DropSite.html While a drag occurs, events <Enter>, <Motion> and <Leave> are catched. $ If cached is correct then this would be the fix. $ sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html $ Please uncomment (and possibly correct if indicated) that GNU sed line in this script. $ cat bwidget.sh #!/bin/sh sed -i "s/ADRESS/ADDRESS/g" bwidget/BWman/PasswdDlg.html sed -i "s/additionnal/additional/g" bwidget/BWman/MainFrame.html sed -i "s/ballon/balloon/g" bwidget/BWman/DynamicHelp.html sed -i "s/beetween/between/g" bwidget/BWman/Widget.html # sed -i "s/catched/cached/g" bwidget/BWman/DropSite.html sed -i "s/choosen/chosen/g" bwidget/BWman/ListBox.html sed -i "s/choosen/chosen/g" bwidget/BWman/Tree.html sed -i "s/conjuntion/conjunction/g" bwidget/BWman/Button.html sed -i "s/conjuntion/conjunction/g" bwidget/BWman/ArrowButton.html sed -i "s/constists/consists/g" bwidget/BWman/PanedWindow.html sed -i "s/diffferent/different/g" bwidget/BWman/PanedWindow.html sed -i "s/exitence/existence/g" bwidget/BWman/DynamicHelp.html sed -i "s/idenfier/identifier/g" bwidget/BWman/ListBox.html sed -i "s/idenfier/identifier/g" bwidget/BWman/Tree.html sed -i "s/immediatly/immediately/g" bwidget/BWman/ProgressDlg.html sed -i "s/immediatly/immediately/g" bwidget/BWman/Dialog.html sed -i "s/infromation/information/g" bwidget/BWman/Label.html sed -i "s/infromation/information/g" bwidget/BWman/ListBox.html sed -i "s/infromation/information/g" bwidget/BWman/Entry.html sed -i "s/infromation/information/g" bwidget/BWman/Tree.html sed -i "s/intergers/integers/g" bwidget/BWman/SpinBox.html sed -i "s/minimun/minimum/g" bwidget/BWman/ArrowButton.html sed -i "s/mininum/minimum/g" bwidget/BWman/SpinBox.html sed -i "s/modifer/modifier/g" bwidget/BWman/DropSite.html sed -i "s/positionned/positioned/g" bwidget/BWman/LabelFrame.html sed -i "s/usefull/useful/g" bwidget/BWman/ProgressBar.html sed -i "s/usefull/useful/g" bwidget/BWman/DropSite.html $
- is_private changed to: "0"
- login: "lindblad"
- priority changed to: "5 Medium"
- private_contact changed to: "00b194c9cf73de67b245c0cf8a150f3e77f452cf"
- resolution changed to: "None"
- severity changed to: "Minor"
- status changed to: "Open"
- submitter changed to: "lindblad"
- subsystem changed to: "(unused)"
- title changed to: "BWman"
- type changed to: "RFE"