[vidalia/alpha] Explicitly save location, otherwise it won't display in the RouterInfoDialog
            
            
            
                5 Mar
                
                    2012
                
            
            
                5 Mar
                
                '12
                
            
            
            
        
    
                1:01 p.m.
            
        commit 8f9179be72a13ad1aa2a7d9c17a6c4e5a67e64a6 Author: Tomás Touceda <chiiph@torproject.org> Date: Mon Feb 13 12:52:48 2012 -0300 Explicitly save location, otherwise it won't display in the RouterInfoDialog --- src/vidalia/network/RouterListItem.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/vidalia/network/RouterListItem.cpp b/src/vidalia/network/RouterListItem.cpp index db558bf..c2a8c85 100644 --- a/src/vidalia/network/RouterListItem.cpp +++ b/src/vidalia/network/RouterListItem.cpp @@ -102,6 +102,8 @@ RouterListItem::setLocation(const GeoIpRecord &geoip) if (_rd) _rd->setLocation(geoip.toString()); + + _location = geoip; _countryCode = geoip.countryCode(); }
        4992
        
      
          Age (days ago)
        
      
        4992
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
chiiph@torproject.org