From: <ta...@jt...> - 2006-05-25 20:16:52
|
There is an error in the latest stable version of BWidget NoteBook's bindtabs function. It purports to append the page identifier to the script to be executed. Examining the source code, NoteBook makes a call to NoteBook::_get_page_name that returns the tab's name *sans* first two characters. Clearly something is amiss here. Question: If I were to modify _get_page_name, I could potentially break all sorts of programs that have depended upon this unusual behavior. Is the correct fix to deprecate bindtabs, introducing a new procedure without this behavior? -- Jason Tang / ta...@jt... / http://www.jtang.org/~tang |