~redache/jokosher/MusicXMLEditor

« back to all changes in this revision

Viewing changes to Jokosher/RecordingView.py

  • Committer: David Williams
  • Date: 2010-07-03 09:55:44 UTC
  • Revision ID: redache@gmail.com-20100703095544-h728ufhl8dw7q8ea
Moved Score Instrument signal emit to a function and added to AddInstrument in Project.py to try and emit the  signal when an instrument is added based on the name of the instrument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
                self.project.connect("instrument::reordered", self.OnInstrumentReordered)
158
158
                self.project.connect("instrument::removed", self.OnInstrumentRemoved)
159
159
                self.project.connect("view-start", self.OnViewStartChanged)
 
160
 
160
161
                
161
162
                self.vbox.drag_dest_set(        gtk.DEST_DEFAULT_DROP,
162
163
                                                                        self.DRAG_TARGETS,