GNOME Bugzilla – Bug 720697
Going from one frei0r effect to another in clip properties causes tracebacks and breaks the UI
Last modified: 2014-02-28 21:55:32 UTC
1. On a clip, add a couple of frei0r effects, such as "contrast0r" and "Glow" (or "bw0r", or any other afaict). 2. Click one of the two effects in the clip properties to show the effect properties. 3. Click the other effect. Result: the UI cannot display any effect properties anymore, and you get: Traceback (most recent call last):
+ Trace 232939
self._updateEffectConfigUi()
self._effect_config_ui.get_children()[0].get_children()[0].resetShowKeyframesButton()
has no attribute 'resetShowKeyframesButton'
Alexandru has a commit that aims to fix this in his "next" branch
Fixed by: commit e54f0f52df978b56f43b4094daacbab713fd4d8f Author: Alexandru Băluț <alexandru.balut@gmail.com> Date: Wed Feb 26 15:14:16 2014 +0100 clipproperties: Fix effect selection in the clip properties tab Should have been part of commit c89e31eb. Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=720697