[pitivi] clipproperties: Fix effect selection in the clip properties tab



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

 pitivi/clipproperties.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/clipproperties.py b/pitivi/clipproperties.py
index 2daea0c..f02209d 100644
--- a/pitivi/clipproperties.py
+++ b/pitivi/clipproperties.py
@@ -453,7 +453,7 @@ class EffectProperties(Gtk.Expander, Loggable):
             ui = self.effects_properties_manager.getEffectConfigurationUI(element)
 
             if self._effect_config_ui:
-                self._effect_config_ui.get_children()[0].get_children()[0].resetShowKeyframesButton()
+                self._effect_config_ui.get_children()[0].get_children()[0].resetKeyframeToggleButtons()
 
             self._effect_config_ui = ui
             if self._effect_config_ui:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]