help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: Restarting a saved image with the browser loaded


From: Eli Green
Subject: [Help-smalltalk] Re: Restarting a saved image with the browser loaded
Date: Wed, 14 Oct 2009 11:28:56 +0200

On Tuesday, October 13, 2009, at 06:34PM, "Paolo Bonzini" <address@hidden> 
wrote:
>On 10/13/2009 06:01 PM, Eli Green wrote:
>> I saved my image using Visual GST then tried to reload it from the command 
>> line like this:
>>
>> gst-browser -I eli.im
>
>The attached patch seems to do it, but I'd like confirmation from Gwen 
>that (1) it is correct; (2) it does not leak memory.
>
>Paolo
>

With your patch and this init.st, I have managed to get the browser to reload 
with the image:

(Smalltalk includesKey: #VisualGST) ifTrue: [
    VisualGST.VisualGST open.
    GTK.Gtk main.
]

Now I'm nearly at the point where I can start bothering the poor VisualGST 
developers instead of you! :)

Eli




reply via email to

[Prev in Thread] Current Thread [Next in Thread]