Re: [jokosher-devel] [PATCH] Added button to revert to previously saved version (bug #85941)

2007-08-19 Thread Laszlo Pandy
David Corrales wrote:
> 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  EventLaneViewer.OnInstrumentSignal of  (GtkEventBox) at 0xb5ce02fc>>
> 
> -David :)
> 


My bad. Fixed now.

Laszlo
___
jokosher-devel-list mailing list
jokosher-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/jokosher-devel-list


Re: [jokosher-devel] [PATCH] Added button to revert to previously saved version (bug #85941)

2007-08-19 Thread Laszlo Pandy
Knut Erik Teigen wrote:
> Hello,
> 
> I added a button in the menu that reverts the project back to the 
> previously saved version.
> This is done by executing all the actions in the undo stack.
> 
> Regards,
> Knut Erik Teigen
> 

This is probably not as easy to find, but you can just click on the 
first item in the recent projects menu and it will do the same thing.

Laszlo
___
jokosher-devel-list mailing list
jokosher-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/jokosher-devel-list


Re: [jokosher-devel] [PATCH] Added button to revert to previously saved version (bug #85941)

2007-08-19 Thread David Corrales
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 >

-David :)

On 8/19/07, Knut Erik Teigen <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I added a button in the menu that reverts the project back to the
> previously saved version.
> This is done by executing all the actions in the undo stack.
>
> Regards,
> Knut Erik Teigen
>
> ___
> jokosher-devel-list mailing list
> jokosher-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/jokosher-devel-list
>
>
>
___
jokosher-devel-list mailing list
jokosher-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/jokosher-devel-list