Menu

#225 "Prefs Search" button broken in top-level Prefs Dashboard

9.1.2
closed
nobody
None
Bug
AlphaTcl
major
2020-06-16
2020-02-05
C Upright
No

In the primary "Alpha Preferences : Dashboard" dialog, the "Prefs Search ..." button throws an error alert message claiming that "prefs::searchPrefs" is an invalid command name. I think the wrong proc is referenced in [prefs::dialogs::dashboard]. Replacing this line in "prefsDialogs.tcl"

hi::addButtons $root [list "Prefs Search…"] prefs::searchProc "l" 0 \

with this

hi::addButtons $root [list "Prefs Search…"] prefs::dialogs::prefsSearchProc "l" 0 \

seems to fix it. I found no other references to [prefs::searchProc] in AlphaTcl.

Discussion

  • Bernard Desgraupes

    Thank you Craig for reporting this issue and also providing the solution.
    This is fixed now.
    Changes committed to the repository (rev. 1868).

     
  • Bernard Desgraupes

    • status: open --> fixed
     
  • Bernard Desgraupes

    • status: fixed --> closed
    • Version: 9.0 --> 9.1.2
     

Log in to post a comment.

MongoDB Logo MongoDB