[squeak-dev] MNU: Project current showWorldTaskbar:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] MNU: Project current showWorldTaskbar:

Casey Ransberger
After updating from the trunk, this method is missing:

MorphicProject>>showWorldTaskbar:

Is there a new/better way to do this, or should I try to track the
method down to put it back in my image?

--
Ron

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: MNU: Project current showWorldTaskbar:

Andreas.Raab
Ronald Spengler wrote:
> After updating from the trunk, this method is missing:
>
> MorphicProject>>showWorldTaskbar:
>
> Is there a new/better way to do this, or should I try to track the
> method down to put it back in my image?

The method is one of the polymorph extensions. I'm not sure what you
mean by "the method is missing" though. If you loaded updates it should
have merged everything and leave the method intact if it was there in
the first place.

Cheers,
   - Andreas

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: MNU: Project current showWorldTaskbar:

Casey Ransberger
*facepalm* yeap, that one's my fault.

On Sat, Sep 19, 2009 at 12:19 PM, Andreas Raab <[hidden email]> wrote:

> Ronald Spengler wrote:
>>
>> After updating from the trunk, this method is missing:
>>
>> MorphicProject>>showWorldTaskbar:
>>
>> Is there a new/better way to do this, or should I try to track the
>> method down to put it back in my image?
>
> The method is one of the polymorph extensions. I'm not sure what you mean by
> "the method is missing" though. If you loaded updates it should have merged
> everything and leave the method intact if it was there in the first place.
>
> Cheers,
>  - Andreas
>
>



--
Ron