~nico-inattendu/luciole/luciole-with-sound

« back to all changes in this revision

Viewing changes to luciole/gui/viewer_widget.py

  • Committer: Nico
  • Date: 2011-02-24 14:29:30 UTC
  • Revision ID: nico@inattendu.org-20110224142930-8wgl0e6ttwzue5wx
implementation of move_to_chrono and bug correction on play widget

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
        _toolbutton = self.builder.get_object("toolbutton3")
184
184
        _toolbar.remove(_toolbutton)
185
185
        self.playpause_button = PlayPauseToolButton()
 
186
        self.playpause_button.connect("play", self._playButtonCb)
186
187
        _toolbar.insert(self.playpause_button, 2)
187
188
 
188
189