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 635996 - The Cancel button in the Project Settings window does not work if the Audio/Video Codec Settings window has been opened
The Cancel button in the Project Settings window does not work if the Audio/V...
Status: RESOLVED OBSOLETE
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal minor
: 0.14
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-28 16:53 UTC by Alex Băluț
Modified: 2011-01-06 16:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alex Băluț 2010-11-28 16:53:28 UTC
Steps to reproduce:
- ./bin/pitivi, notice the Startup Wizard window.
- Click Add, notice the Project Settings window.
- Click the Settings button for Audio Codec, or Video Codec.
- Click Cancel.
- Click Cancel, notice it does not work:
Traceback (most recent call last):
  • File "pitivi/ui/projectsettings.py", line 61 in _responseCb
    self.hide()
AttributeError: 'ProjectSettingsDialog' object has no attribute 'hide'

Comment 1 Jean-François Fortin Tam 2011-01-03 02:39:58 UTC
This is probably fixed. Can you test with current pitivi git?
Comment 2 Alex Băluț 2011-01-06 09:09:56 UTC
The bug is obsolete. Now the Settings button is in the Render dialog, in the Video tab. Works fine.