From: Bernard D. <bde...@us...> - 2020-06-16 11:46:25
|
- **status**: fixed --> closed - **Version**: 9.0 --> 9.1.2 --- ** [tickets:#225] "Prefs Search" button broken in top-level Prefs Dashboard** **Status:** closed **Created:** Wed Feb 05, 2020 11:28 PM UTC by C Upright **Last Updated:** Thu Feb 06, 2020 06:12 AM UTC **Owner:** nobody 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. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |