This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2017-08-15.17:11:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502817072.41.0.364067567601.issue31205@psf.upfronthosting.co.za>
In-reply-to
Content
I ran into an issue with the three calls to functions in ConfigDialog (deactivate_current_config, activate_config_changes, and save_all_changed_extensions) from within the KeysPage class.  I tried to minimize the changes by just creating self.cd for the ConfigDialog instance.  Besides that, the changes were the same as the FontPage and GenPage.
History
Date User Action Args
2017-08-15 17:11:12cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2017-08-15 17:11:12cheryl.sabellasetmessageid: <1502817072.41.0.364067567601.issue31205@psf.upfronthosting.co.za>
2017-08-15 17:11:12cheryl.sabellalinkissue31205 messages
2017-08-15 17:11:12cheryl.sabellacreate