#10737 NORM 11.2.0-: Salut: shared activities are not shown on other machines

Zarro Boogs per Child bugtracker at laptop.org
Mon Mar 14 17:38:52 EDT 2011


#10737: Salut: shared activities are not shown on other machines
------------------------------+---------------------------------------------
           Reporter:  erikos  |       Owner:  erikos                           
               Type:  defect  |      Status:  new                              
           Priority:  normal  |   Milestone:  11.2.0-M4                        
          Component:  sugar   |     Version:  Development build as of this date
         Resolution:          |    Keywords:  collaboration                    
        Next_action:  review  |    Verified:  0                                
Deployment_affected:          |   Blockedby:                                   
           Blocking:          |  
------------------------------+---------------------------------------------
Changes (by erikos):

  * next_action:  code => review


Comment:

 I think we can base this one as well on the jabber_account_id and limit it
 to 8 characters. Does not seem to have a side effect here.

 {{{
 diff --git a/src/jarabe/model/neighborhood.py
 b/src/jarabe/model/neighborhood.py
 index ca4c5bf..a21377e 100644
 --- a/src/jarabe/model/neighborhood.py
 +++ b/src/jarabe/model/neighborhood.py
 @@ -713,7 +713,7 @@ class Neighborhood(gobject.GObject):
                  'first-name': '',
                  'last-name': '',
                  'jid': self._get_jabber_account_id(),
 -                'published-name': nick,
 +                'published-name': '%s' self._get_jabber_account_id()[:8]
                  }

          properties = {
 }}}

-- 
Ticket URL: <http://dev.laptop.org/ticket/10737#comment:4>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list