Description of problem: After using 'Manual Configuration' in the 'Times' page, the set can never be edited again because an exception in guiwidgets.py. Version-Release number of selected component (if applicable): fwbackups-1.43.1-1.fc7 How reproducible: Always. Steps to Reproduce: 1. create a set 2. choose 'Manual Configuration' in the 'Times' page 3. put * in all fields 4. save 5. try to edit the set Actual results: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/fwbackups/guicallbacks.py", line 561, in on_EditSetButton_clicked self.SetView1.edit() File "/usr/lib/python2.5/site-packages/fwbackups/guiwidgets.py", line 1376, in edit self._restore(set) File "/usr/lib/python2.5/site-packages/fwbackups/guiwidgets.py", line 1039, in _restore self.ui.SetManualMinuteEntry.set_text(l[0]) File "/usr/lib/python2.5/site-packages/fwbackups/guicallbacks.py", line 56, in __getattr__ (`name`, `self.filename`)) AttributeError: Can't find widget 'SetManualMinuteEntry' in '/usr/share/fwbackups/fwbackups.glade'. Expected results: no exception. Additional info: patch provided.
Created attachment 159961 [details] Use correct field names in ui
Thank you for the patch, a package with the patch included is rebuilding now.
fwbackups-1.43.1-2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.