Issue 6053 in pharo: Red box when publishing using Monticello Browser

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

Issue 6053 in pharo: Red box when publishing using Monticello Browser

pharo
Status: FixToInclude
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 6053 by [hidden email]: Red box when publishing using  
Monticello Browser
http://code.google.com/p/pharo/issues/detail?id=6053

Since camillo forked the process of publishing packages the browser was  
regularly red crossed.

IndentingListItemMorph>>isFirstItem
        "I have no idea why the owner of the list can get nil but it happens"
       
        ^ (owner ~= nil) and: [owner submorphs first == self]

is a bad solution to solve this problem.

Attachments:
        IndentingListItemMorph-isFirstItem.st  324 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6053 in pharo: Red box when publishing using Monticello Browser

pharo

Comment #1 on issue 6053 by [hidden email]: Red box when publishing  
using Monticello Browser
http://code.google.com/p/pharo/issues/detail?id=6053

in 20124


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6053 in pharo: Red box when publishing using Monticello Browser

pharo
Updates:
        Status: Integrated

Comment #2 on issue 6053 by [hidden email]: Red box when publishing  
using Monticello Browser
http://code.google.com/p/pharo/issues/detail?id=6053

in 20124


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker