Heya Erik,
First of all, why is the button inside File and not Project? I think the
entry should be under Project, called "Revert Changes" maybe?
Also, I'm getting following error after simply adding an instrument and
then reverting changes:
Traceback (most recent call last):
File "/home/david/Projects/Jokosher/trunk/Jokosher/RecordingView.py",
line 264, in OnInstrumentRemoved
instrViewer.Destroy()
File
"/home/david/Projects/Jokosher/trunk/Jokosher/InstrumentViewer.py", line
252, in Destroy
self.eventLane.Destroy()
File
"/home/david/Projects/Jokosher/trunk/Jokosher/EventLaneViewer.py", line
194, in Destroy
self.instrument.disconnect_by_func(self.OnInstrumentSignal)
TypeError: nothing connected to <bound method
EventLaneViewer.OnInstrumentSignal of <EventLaneViewer object
(GtkEventBox) at 0xb5ce02fc>>
-David :)