Comment #3 on issue 3354 by Benjamin.VanRyseghem.Pharo: Clean of RecentMessageList
http://code.google.com/p/pharo/issues/detail?id=3354

I do not know why the version 52 is missing, but I just posted a new version based on 51, you shouldn't have this problem anymore.

Now you can get it from the both repository:

Gofer new
     squeaksource: 'PharoInbox';
     package: 'RecentSubmissions';
     load.

or

Gofer new
     squeaksource: 'PharoTaskForces';
     package: 'RecentSubmissions';
     load.


Reply via email to