Creation of ui_elements directory - This revision will NOT work

This commit is contained in:
noisymime 2008-02-24 21:20:12 +00:00
parent 9b54a2e839
commit a4d591a3df
4 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class MenuSelector(clutter.Texture):
self.behaviour = clutter.BehaviourOpacity(opacity_start=0, opacity_end=255, alpha=self.alpha)
self.spinner.start()
else:
self.behaviour = clutter.Behaviourtv_osd_boxOpacity(opacity_start=255, opacity_end=0, alpha=self.alpha)
self.behaviour = clutter.BehaviourOpacity(opacity_start=255, opacity_end=0, alpha=self.alpha)
self.timeline.connect('completed', self.spinner_end_event)
#self.menuMgr.get_stage().remove(self.spinner)
#self.spinner = None