~ubuntu-branches/debian/sid/jokosher/sid

« back to all changes in this revision

Viewing changes to Jokosher/Workspace.py

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2010-02-28 14:04:08 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100228140408-1wuhwpdyd0fu9u50
Tags: 0.11.4-1
* New upstream release.
* Switch to format 3.0 (quilt).
* Bump Standards-Version to 3.8.4, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                if self.mainview.compactMixButton.get_active():
52
52
                        self.recordingView.ChangeSize(True)
53
53
                        self.mixView.show()
54
 
                        self.mainview.compactMixButton.set_tooltip(
55
 
                                                self.mainview.contextTooltips,
56
 
                                                self.mainview.mixingViewEnabledTip)
 
54
                        self.mainview.compactMixButton.set_tooltip_text(self.mainview.mixingViewEnabledTip)
57
55
                else:
58
56
                        self.recordingView.ChangeSize(False)
59
57
                        self.mixView.hide()
60
 
                        self.mainview.compactMixButton.set_tooltip(
61
 
                                                self.mainview.contextTooltips,
62
 
                                                self.mainview.mixingViewDisabledTip)
 
58
                        self.mainview.compactMixButton.set_tooltip_text(self.mainview.mixingViewDisabledTip)
63
59
        #____________________________________________________________________   
64
60
 
65
61
#=========================================================================