Description of problem: I am trying to track down a problem where my soundcard works on some boots and not on others. While running system-config-soundcard during a session when the card did not work, I tried pushing the "Reload audio drivers" button on the "System" tab. I got an error dialog indicating that the reload failed. Upon exiting, I found that scsrun.log shows the following Python error: Traceback (most recent call last): File "/usr/share/system-config-soundcard/soundcard.py", line 705, in create_system_page_modules_reload self.create_system_page_redetect(widget) AttributeError: childWindow instance has no attribute 'create_system_page_redetect' Version-Release number of selected component (if applicable): system-config-soundcard-2.0.5-2.fc6 How reproducible: Always Steps to Reproduce: 1. Run system-config-soundcard 2. Switch to the "System" tab 3. Press the "Reload audio drivers" button 4. Examine the contents of scsrun.log Actual results: The log shows a Python error Expected results: No error. Additional info:
Thanks, this code souldn't be there.