After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629606 - render dialog sometimes causes tracebacks when clicking the Settings button
render dialog sometimes causes tracebacks when clicking the Settings button
Status: RESOLVED OBSOLETE
Product: pitivi
Classification: Other
Component: User interface
0.13.5
Other Linux
: Normal blocker
: 0.14
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-14 02:56 UTC by Jean-François Fortin Tam
Modified: 2010-12-10 17:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2010-09-14 02:56:15 UTC
Traceback (most recent call last):
  • File "pitivi/ui/encodingdialog.py", line 158 in _settingsButtonClickedCb
    dialog = ExportSettingsDialog(self.app, self.settings)
AttributeError: 'EncodingDialog' object has no attribute 'app'

This seems to happen semi-randomly (I can't reproduce it at will, but it happened twice in 5 minutes). Try rendering, changing the settings, loading a project, etc. When this happens, it borks up the UI (you can't close dialogs, etc.).
Comment 1 Thibault Saunier 2010-12-08 13:30:51 UTC
Can you reproduce it? I can't...
Comment 2 Jean-François Fortin Tam 2010-12-10 17:10:22 UTC
I'll mark this obsolete now that Brandon's new render dialog has been merged to master. Too much stuff has changed, and I haven't run into this bug so far while using the new dialog.